24 lines
438 B
C#
24 lines
438 B
C#
using System;
|
|
using _2DGAMELIB;
|
|
|
|
namespace SlaveMatrix
|
|
{
|
|
[Serializable]
|
|
public class 胴腹板D : EleD
|
|
{
|
|
public bool 虫性_腹板_表示;
|
|
|
|
public bool 虫性_縦線_表示;
|
|
|
|
public 胴腹板D()
|
|
{
|
|
ThisType = GetType();
|
|
}
|
|
|
|
public override Ele GetEle(double DisUnit, Med Med, 体配色 体配色)
|
|
{
|
|
return new 胴腹板(DisUnit, 配色指定, 体配色, Med, this);
|
|
}
|
|
}
|
|
}
|