36 lines
675 B
C#
36 lines
675 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 尾_犬D()
|
|
{
|
|
ThisType = GetType();
|
|
}
|
|
|
|
public override Ele GetEle(double DisUnit, ModeEventDispatcher Med, BodyColorSet 体配色)
|
|
{
|
|
return new 尾_犬(DisUnit, 配色指定, 体配色, Med, this);
|
|
}
|
|
}
|
|
}
|