source:
advance-wars/src/com/medievaltech/game/Transport.java@
abe7b3d
Last change on this file since abe7b3d was abe7b3d, checked in by , 14 years ago | |
---|---|
|
|
File size: 117 bytes |
Line | |
---|---|
1 | package com.medievaltech.game; |
2 | |
3 | public abstract class Transport extends Unit |
4 | { |
5 | public Unit storedUnit; |
6 | |
7 | |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.