예제 #1
0
        public static PuzzleDebugModule Get()
        {
            if (Instance == null)
            {
                Instance = FindObjectOfType <PuzzleDebugModule>();
            }

            return(Instance);
        }
예제 #2
0
 public void Tick(float d)
 {
     PuzzleDebugModule.Get().Tick();
 }
예제 #3
0
 public void Init()
 {
     PuzzleDebugModule.Get().Init();
 }