Initial Commit
This commit is contained in:
20
SlaveMatrix/SlaveMatrix/BodyPartClasses/潮吹_小_人D.cs
Normal file
20
SlaveMatrix/SlaveMatrix/BodyPartClasses/潮吹_小_人D.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using _2DGAMELIB;
|
||||
|
||||
namespace SlaveMatrix;
|
||||
|
||||
[Serializable]
|
||||
public class 潮吹_小_人D : 潮吹_小D
|
||||
{
|
||||
public bool 雫_表示;
|
||||
|
||||
public 潮吹_小_人D()
|
||||
{
|
||||
ThisType = GetType();
|
||||
}
|
||||
|
||||
public override Ele GetEle(double DisUnit, Med Med, 体配色 体配色)
|
||||
{
|
||||
return new 潮吹_小_人(DisUnit, 配色指定, 体配色, Med, this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user