26 lines
478 B
C#
26 lines
478 B
C#
using System;
|
|
using _2DGAMELIB;
|
|
|
|
namespace SlaveMatrix
|
|
{
|
|
[Serializable]
|
|
public class 葉_心D : 葉D
|
|
{
|
|
public int 欠損i;
|
|
|
|
public bool 葉_表示 = true;
|
|
|
|
public bool 葉脈_表示 = true;
|
|
|
|
public 葉_心D()
|
|
{
|
|
ThisType = GetType();
|
|
}
|
|
|
|
public override Element GetEle(double DisUnit, ModeEventDispatcher Med, BodyColorSet 体配色)
|
|
{
|
|
return new 葉_心(DisUnit, 配色指定, 体配色, Med, this);
|
|
}
|
|
}
|
|
}
|