コード例 #1
0
ファイル: Battle.cs プロジェクト: hetzelk/Robot
 public Battle()
 {
     refresh = "\nRobots are 100 % refreshed \n";
     smack   = new Smack();
     weapons = new Weapons();
 }
コード例 #2
0
ファイル: Battle.cs プロジェクト: keithh8112/Robot
 public Battle()
 {
     refresh = "\nRobots are 100 % refreshed \n";
     smack = new Smack();
     weapons = new Weapons();
 }