Changeset 113d7cf in advance-wars for src/com/medievaltech/unit/Unit.java


Ignore:
Timestamp:
May 9, 2011, 6:23:05 PM (13 years ago)
Author:
dportnoy <devnull@…>
Branches:
master
Children:
bdd63ba
Parents:
ae564dc
Message:

Implemented saving/loading of the map and the units on it. Also did some package refactoring (renamed com.medievaltech.game to com.medievaltech.unit and moved some classes into com.medievaltech.advancewars)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/com/medievaltech/unit/Unit.java

    rae564dc r113d7cf  
    1 package com.medievaltech.game;
     1package com.medievaltech.unit;
    22
    3 import java.util.LinkedList;
    4 import java.util.List;
    5 
    6 import android.graphics.Canvas;
    7 import android.graphics.Paint;
    8 import android.graphics.Point;
     3import java.util.*;
     4import android.graphics.*;
    95
    106public abstract class Unit
     
    1814       
    1915        public Type type;
    20         public Player owner;
     16        //public Player owner;
    2117       
    2218        public int maxHealth;
Note: See TracChangeset for help on using the changeset viewer.