Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/葉_心D.cs

26 lines
478 B
C#

using System;
using _2DGAMELIB;
namespace SlaveMatrix
{
[Serializable]
public class _心D : D
{
public int i;
public bool _表示 = true;
public bool _表示 = true;
public _心D()
{
ThisType = GetType();
}
public override Element GetEle(double DisUnit, ModeEventDispatcher Med, BodyColorSet )
{
return new _心(DisUnit, , , Med, this);
}
}
}