示例#1
0
文件: Spells.cs 项目: DarkLotus/Klip
 public void OnCast(int idx)
 {
     Cast();
     ClientCommunication.CastSpell(idx);
 }