コード例 #1
0
ファイル: Equipment.cs プロジェクト: ChrisAttwood/WitchWorld
 public void Equip(Body body)
 {
     body.AddEquipment(this);
 }