Beispiel #1
0
 void ValidateMatchThreeEvent(List <Cell> cells)
 {
     if (cells != null)
     {
         publisher.OnValidateMatchThree(cells);
     }
 }