コード例 #1
0
ファイル: Spells.cs プロジェクト: DarkLotus/Klip
 public void OnCast(int idx)
 {
     Cast();
     ClientCommunication.CastSpell(idx);
 }