示例#1
0
文件: Handler.cs 项目: totalgit/OCTGN
 public void Unalias(int[] card, ulong[] type)
 {
     _broadcaster.Unalias(card, type);
 }