Changeset 15ddb57 in advance-wars for src/com/example/game/Unit.java


Ignore:
Timestamp:
Jan 30, 2011, 10:40:29 PM (14 years ago)
Author:
aluthra <devnull@…>
Branches:
master
Children:
54e0965
Parents:
a0f5455
Message:

More game objects

File:
1 edited

Legend:

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

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