source:
advance-wars/src/com/example/game/Transport.java@
54e0965
Last change on this file since 54e0965 was 15ddb57, checked in by , 14 years ago | |
---|---|
|
|
File size: 172 bytes |
Line | |
---|---|
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.