コード例 #1
0
 public void Initialize()
 {
     //New instance of Cube State
     _cubeState = new CubeState();
 }