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
/
XUtliPoolLib
/
ResetCallback.cs
blob: c7e302db90c83f6cfc9134c580bf484ef1cc2328 (
plain
)
1
2
3
4
5
6
using System; namespace XUtliPoolLib { public delegate void ResetCallback(); }