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