示例#1
0
 private void InitializeGame()
 {
     _core = new Match3Core(field, settings);
     _core.Initialize();
 }