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