patterns/command/remoteundostatus/command.d

8 lines
101 B
D
Raw Normal View History

2022-12-05 07:38:19 +00:00
module command.remoteundostatus.command;
interface Command
{
void execute();
void undo();
}