Ejemplo n.º 1
0
 protected static void updateFloorCubes(ICubesHandler ich)
 {
     if (gCubesListener != null)
     {
         gCubesListener(ich);
     }
 }
Ejemplo n.º 2
0
    private void handleCubes(ICubesHandler ich)
    {
        cubesHandler = ich;

        if (isStart)
        {
            isStart = false;
            return;
        }
        EnterHole();
    }
Ejemplo n.º 3
0
 private void handleCubes(ICubesHandler ich)
 {
     cubesHandler = ich;
 }