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