Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com/example/game/Unit.java

    r15ddb57 ra0f5455  
    1111               
    1212        }
    13         public enum Type
    14         {
    15                 LAND,SEA
    16         }
    17 
    18         public Type type;
    19         public Player owner;
    20        
    2113        public int maxHealth;
    2214        public int currentHealth;
Note: See TracChangeset for help on using the changeset viewer.