コード例 #1
0
ファイル: player.cs プロジェクト: Niall-Hogan/FF7_Game
 //constructor
 public player(string pName, team t1)
 {
     playerName = pName;
     Team       = t1;
 }