gamedom1.model.servercommand
Class AttackCommand

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

public class AttackCommand
extends ServerCommand


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

Field Detail

enemy

public UnitIF enemy
Constructor Detail

AttackCommand

public AttackCommand()