Changeset 379005b in advance-wars for src/com/medievaltech/advancewars/Tile.java
- Timestamp:
- Jun 6, 2011, 4:40:18 PM (13 years ago)
- Branches:
- master
- Children:
- b660017
- Parents:
- bdd63ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/com/medievaltech/advancewars/Tile.java
rbdd63ba r379005b 1 1 package com.medievaltech.advancewars; 2 3 import com.medievaltech.unit.Unit;4 2 5 3 import android.graphics.Canvas; … … 7 5 import android.graphics.Point; 8 6 7 import com.medievaltech.unit.*; 8 import com.medievaltech.advancewars.Enum.*; 9 9 10 public class Tile { 10 public enum TerrainType11 {12 LAND, SEA13 }14 15 11 TerrainType type; 16 12 public double moveCoefficent;
Note:
See TracChangeset
for help on using the changeset viewer.