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
/
RefreshRenderQueueCb.cs
blob: b3b116fa3075e925a772ce4ff677038a8e0efdc6 (
plain
)
1
2
3
4
5
6
using System; namespace UILib { public delegate void RefreshRenderQueueCb(int rq); }