Exemple #1
0
 private void CubeLoad()
 {
     controller = new CubeController(_cubdata);
     controller.OnAwake();
 }