Changeset 379005b in advance-wars for src/com/medievaltech/advancewars/Tile.java


Ignore:
Timestamp:
Jun 6, 2011, 4:40:18 PM (13 years ago)
Author:
dportnoy <devnull@…>
Branches:
master
Children:
b660017
Parents:
bdd63ba
Message:

Moved all the enums to an Enum.java file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com/medievaltech/advancewars/Tile.java

    rbdd63ba r379005b  
    11package com.medievaltech.advancewars;
    2 
    3 import com.medievaltech.unit.Unit;
    42
    53import android.graphics.Canvas;
     
    75import android.graphics.Point;
    86
     7import com.medievaltech.unit.*;
     8import com.medievaltech.advancewars.Enum.*;
     9
    910public class Tile {
    10         public enum TerrainType
    11         {
    12                 LAND, SEA
    13         }
    14        
    1511        TerrainType type;
    1612        public double moveCoefficent;
Note: See TracChangeset for help on using the changeset viewer.