예제 #1
0
파일: Handler.cs 프로젝트: totalgit/OCTGN
 public void Unalias(int[] card, ulong[] type)
 {
     _broadcaster.Unalias(card, type);
 }