Exemplo n.º 1
0
    public override Hero Get_Instance()
    {
        if (_instance == null)
        {
            _instance = new Weeb();
            _instance.Start();
            return(_instance);
        }

        else
        {
            return(_instance);
        }
    }