コード例 #1
0
ファイル: Player.cs プロジェクト: Deathmatch-04/dm98
 public DeathmatchPlayer()
 {
     Inventory = new DmInventory(this);
 }
コード例 #2
0
 public DeathmatchPlayer()
 {
     Inventory = new DmInventory(this);
     EnableClientsideAnimation = true;
 }