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 : EleD
|
||||
{
|
||||
public bool 精液_表示 = true;
|
||||
|
||||
public ぶっかけ_大D()
|
||||
{
|
||||
ThisType = GetType();
|
||||
}
|
||||
|
||||
public override Ele GetEle(double DisUnit, Med Med, 主人公配色 体配色)
|
||||
{
|
||||
return new ぶっかけ_大(DisUnit, 配色指定, 体配色, Med, this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user