コード例 #1
0
ファイル: BasicRobotProxy.java プロジェクト: andy521/robocode
 public int getOthers() {
   getCall();
   return status.getOthers();
 }