This website requires JavaScript.
Explore
Help
Register
Sign In
dlang
/
patterns
Watch
1
Star
0
Fork
You've already forked patterns
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ea1f519eb5
patterns
/
command
/
remote
/
command.d
7 lines
74 B
D
Raw
Blame
History
module
command.remote.command
;
interface
Command
{
void
execute
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink