コード例 #1
0
 public static void ResetSwapView()
 {
     CRoomView.SetChgEnable(true);
     CRoomView.SetSwapTimer(0, COM_PLAYERCAMP.COM_PLAYERCAMP_1, 0);
     CRoomView.ShowSwapMsg(0, COM_PLAYERCAMP.COM_PLAYERCAMP_1, 0);
 }
コード例 #2
0
ファイル: CRoomView.cs プロジェクト: TonyDongGuaPi/joework
 public static void ResetSwapView()
 {
     CRoomView.SetChgEnable(true);
     CRoomView.SetSwapTimer(0, 1, 0);
     CRoomView.ShowSwapMsg(0, 1, 0);
 }