Esempio n. 1
0
    public GhostFollow()
    {
        if (_instance != null)
        {
            return;
        }

        _instance      = this;
        _idleReference = GhostIdle.Instance;
    }
Esempio n. 2
0
    public GhostIdle()
    {
        if (_instance != null)
        {
            return;
        }

        _instance        = this;
        _followReference = GhostFollow.Instance;
    }