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
/
XMainClient
/
UI
/
EnemyInfoUpdater.cs
blob: 481a4be2380869fec96fb1b10c5a40d3d2aab0eb (
plain
)
1
2
3
4
5
6
using System; namespace XMainClient.UI { internal delegate void EnemyInfoUpdater(); }