44 lines
810 B
C#
44 lines
810 B
C#
using System;
|
|
using _2DGAMELIB;
|
|
|
|
namespace SlaveMatrix
|
|
{
|
|
[Serializable]
|
|
public class 尾_狐D : 尾D
|
|
{
|
|
public bool 尾0_表示 = 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 尾10_表示 = true;
|
|
|
|
public bool 尾11_表示 = true;
|
|
|
|
public 尾_狐D()
|
|
{
|
|
ThisType = GetType();
|
|
}
|
|
|
|
public override Ele GetEle(double DisUnit, Med Med, 体配色 体配色)
|
|
{
|
|
return new 尾_狐(DisUnit, 配色指定, 体配色, Med, this);
|
|
}
|
|
}
|
|
}
|