예제 #1
0
    public void ShowPlatformPickupIndicator()
    {
        if (_instructionManager == null)
        {
            _instructionManager = GameObject.Find("PlayerInstructionManager").GetComponent <InstructionManager>();
        }

        _instructionManager.ShowMoveToPlatformIndicator();
    }