コード例 #1
0
    public GhostFollow()
    {
        if (_instance != null)
        {
            return;
        }

        _instance      = this;
        _idleReference = GhostIdle.Instance;
    }
コード例 #2
0
ファイル: GhostIdle.cs プロジェクト: DamianIvancic/MINDR.I.P
    public GhostIdle()
    {
        if (_instance != null)
        {
            return;
        }

        _instance        = this;
        _followReference = GhostFollow.Instance;
    }