Skip to content

Commit e9364fc

Browse files
Update RobotController.java
1 parent 4556689 commit e9364fc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

engine/src/main/battlecode/common/RobotController.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,15 @@ public interface RobotController {
123123
*/
124124
int getMoney();
125125

126+
/**
127+
* Alias for getMoney
128+
*
129+
* @return the amount of money this robot's team has
130+
*
131+
* @battlecode.doc.costlymethod
132+
*/
133+
int getChips();
134+
126135
/**
127136
* Returns what UnitType this robot is.
128137
*

0 commit comments

Comments
 (0)