Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/尾鰭_鯨D.cs

24 lines
457 B
C#

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