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

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

        _instance        = this;
        _followReference = GhostFollow.Instance;
    }