Ejemplo n.º 1
0
    // public string round_id;

    //Where everything start
    void Awake()
    {
        instance            = this;
        _roundSystemManager = GetComponent <RoundSystemManager>();
        _mapManager         = GameObject.Find("BackGround").GetComponent <MapManager>();
        _uiManager          = GameObject.Find("Canvas").GetComponent <UIManager>();
    }
Ejemplo n.º 2
0
    // Use this for initialization
    public void SetUp(RoundSystemManager p_roundManager)
    {
        characterJSON = p_roundManager.GetCharacterJSON();
        activate      = true;

        oldWomanImages = Resources.LoadAll <Sprite>("Sprite/OldWoman");
    }