projects
/
LZG
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Client
/
Assets
/
Scripts
/
UILib
/
CollectFinishEventHandler.cs
blob: 831227a3ce2d4e038d02934bbb0b5302654f065d (
plain
)
1
2
3
4
5
6
using System; namespace UILib { public delegate void CollectFinishEventHandler(); }