Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/SlaveText.cs
2025-09-15 17:52:51 -07:00

31 lines
476 B
C#

using _2DGAMELIB;
namespace SlaveMatrix
{
public class SlaveText
{
private Med Med;
private hd;
public SlaveText(Med Med, hd)
{
this.Med = Med;
this.hd = hd;
}
public void Set()
{
string text = "";
text = hd.Text;
hd.Text = text;
}
public void Set状態()
{
string 6 = GameText.6;
hd.Text = 6;
}
}
}