source:
advance-wars/src/com/example/game/Transport.java@
a79ce1b
Last change on this file since a79ce1b was 15ddb57, checked in by , 14 years ago | |
---|---|
|
|
File size: 172 bytes |
Rev | Line | |
---|---|---|
[15ddb57] | 1 | package com.example.game; |
2 | ||
3 | import java.util.List; | |
4 | ||
5 | import android.graphics.Point; | |
6 | ||
7 | public abstract class Transport extends Unit | |
8 | { | |
9 | public Unit storedUnit; | |
10 | ||
11 | ||
12 | } |
Note:
See TracBrowser
for help on using the repository browser.