source: advance-wars/src/com/example/game/Transport.java@ 15ddb57

Last change on this file since 15ddb57 was 15ddb57, checked in by aluthra <devnull@…>, 14 years ago

More game objects

  • Property mode set to 100644
File size: 172 bytes
Line 
1package com.example.game;
2
3import java.util.List;
4
5import android.graphics.Point;
6
7public abstract class Transport extends Unit
8{
9 public Unit storedUnit;
10
11
12}
Note: See TracBrowser for help on using the repository browser.