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
/
Observer.cs
blob: bb1710285988936b23760a0feb7357ba10be278b (
plain
)
1
2
3
4
namespace common { public delegate void Observer<T>(T item); }