source: advance-wars/src/com/medievaltech/game/Transport.java@ abe7b3d

Last change on this file since abe7b3d was abe7b3d, checked in by dportnoy <devnull@…>, 14 years ago

Changed the package names from com.example.* to com.medievaltech.*

  • Property mode set to 100644
File size: 117 bytes
Line 
1package com.medievaltech.game;
2
3public abstract class Transport extends Unit
4{
5 public Unit storedUnit;
6
7
8}
Note: See TracBrowser for help on using the repository browser.