patterns/command/remote/command.d

7 lines
74 B
D

module command.remote.command;
interface Command
{
void execute();
}