7 lines
74 B
D
7 lines
74 B
D
|
module command.remote.command;
|
||
|
|
||
|
interface Command
|
||
|
{
|
||
|
void execute();
|
||
|
}
|