Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/角2_山2D.cs

42 lines
797 B
C#

using System;
using _2DGAMELIB;
namespace SlaveMatrix
{
[Serializable]
public class 2_2D : 2D
{
public bool _表示 = true;
public bool 1_ = true;
public bool 2_ = true;
public bool 3_ = true;
public bool 4_ = true;
public bool 5_ = true;
public bool 6_ = true;
public bool 7_ = true;
public bool 8_ = true;
public bool 9_ = true;
public bool _表示 = true;
public 2_2D()
{
ThisType = GetType();
}
public override Ele GetEle(double DisUnit, ModeEventDispatcher Med, BodyColorSet )
{
return new 2_2(DisUnit, , , Med, this);
}
}
}