Changeset 95509e1 in galcon-client for src/com/example/helloandroid/Planet.java
- Timestamp:
- Jun 5, 2010, 7:01:47 PM (14 years ago)
- Branches:
- master
- Children:
- c65ef39
- Parents:
- 61c4fbc
- 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.