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
/
SkillDo.cs
blob: 6731b1c098d1e4991cd71c7cc1083e0362319ae8 (
plain
)
1
2
3
4
5
6
using System; namespace XMainClient { internal delegate bool SkillDo(XSkill skill); }