Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/吹出しD.cs

26 lines
506 B
C#

using System;
using System.Collections.Generic;
namespace SlaveMatrix
{
[Serializable]
public class D : ElementData
{
public bool _表示;
public List<ElementData> _接続 = new List<ElementData>();
public D()
{
ThisType = GetType();
}
public void (ElementData e)
{
_接続.Add(e);
e.Par = this;
e. = ConnectionInfo._吹出し_接続;
}
}
}