Changes in src/com/example/helloandroid/Planet.java [95509e1:61c4fbc] in galcon-client
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/com/example/helloandroid/Planet.java
r95509e1 r61c4fbc 62 62 public int getRadius() { 63 63 return radius; 64 }65 66 public int getFaction() {67 return faction;68 64 } 69 65 … … 132 128 133 129 public void update() { 134 //if(faction != 0)135 //numShips++;130 if(faction != 0) 131 numShips++; 136 132 137 133 }
Note:
See TracChangeset
for help on using the changeset viewer.