gamedom1.model.servercommand
Class MoveCommand

java.lang.Object
  extended by infinitewisdom.model.servercommand.ServerCommand
      extended by gamedom1.model.servercommand.MoveCommand

public class MoveCommand
extends ServerCommand


Field Summary
 Vec2f goal
           
 
Fields inherited from class infinitewisdom.model.servercommand.ServerCommand
sender, subject
 
Constructor Summary
MoveCommand()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

goal

public Vec2f goal
Constructor Detail

MoveCommand

public MoveCommand()