예제 #1
0
파일: Spells.cs 프로젝트: jaedan/OrionUO
 public void Cast(int index)
 {
     OnCast();
     ClientCommunication.Cast(index);
 }