コード例 #1
0
 public NextGenerator()
 {
     bag = new CCPiece[7];
     for (int i = 0; i < 7; i++)
     {
         bag[i] = (CCPiece)i;
     }
     index = 7;
     r     = new Random();
 }
コード例 #2
0
ファイル: Interface.cs プロジェクト: SoRA-X7/ColdClearNET
 public static extern void cc_add_next_piece_async(IntPtr bot, CCPiece piece);