Initial Commit
This commit is contained in:
22
SlaveMatrix/SlaveMatrix/BodyPartClasses/尾鰭_鯨D.cs
Normal file
22
SlaveMatrix/SlaveMatrix/BodyPartClasses/尾鰭_鯨D.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using _2DGAMELIB;
|
||||
|
||||
namespace SlaveMatrix;
|
||||
|
||||
[Serializable]
|
||||
public class 尾鰭_鯨D : 尾鰭D
|
||||
{
|
||||
public bool 鰭_表示 = true;
|
||||
|
||||
public bool 尾_表示 = true;
|
||||
|
||||
public 尾鰭_鯨D()
|
||||
{
|
||||
ThisType = GetType();
|
||||
}
|
||||
|
||||
public override Ele GetEle(double DisUnit, Med Med, 体配色 体配色)
|
||||
{
|
||||
return new 尾鰭_鯨(DisUnit, 配色指定, 体配色, Med, this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user