index
:
xlgmokha/ping.pong.git
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
code
/
common
/
EmptyCommand.cs
blob: bd3e1e7955ce64b5d8b3ee020ca44f2ebcd06b64 (
plain
)
1
2
3
4
5
6
7
namespace common { class EmptyCommand : Command { public void run() {} } }