This commit is contained in:
2017-04-14 17:39:38 +08:00
commit bb1cf0bc87
64 changed files with 3940 additions and 0 deletions
@@ -0,0 +1,8 @@
package au.com.seek.command;
import au.com.seek.domain.Robot;
public interface RobotCommand {
void execute(Robot robot);
}