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