mirror of
https://github.com/wahyd4/RobotSimulator.git
synced 2026-08-09 13:26:04 +10:00
init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package au.com.seek.command;
|
||||
|
||||
|
||||
import au.com.seek.domain.Robot;
|
||||
|
||||
public interface RobotCommand {
|
||||
void execute(Robot robot);
|
||||
}
|
||||
Reference in New Issue
Block a user