Changes in src/com/example/game/Unit.java [15ddb57:a0f5455] in advance-wars
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/com/example/game/Unit.java
r15ddb57 ra0f5455 11 11 12 12 } 13 public enum Type14 {15 LAND,SEA16 }17 18 public Type type;19 public Player owner;20 21 13 public int maxHealth; 22 14 public int currentHealth;
Note:
See TracChangeset
for help on using the changeset viewer.