예제 #1
0
파일: Spells.cs 프로젝트: DarkLotus/Klip
 public void OnCast(int idx)
 {
     Cast();
     ClientCommunication.CastSpell(idx);
 }