Exemplo n.º 1
0
    // Use this for initialization
    void Start()
    {
        turnCount   = 0;
        state       = 0;
        actionState = 0;

        GM = gameObject.GetComponent <goldManager> ();
        GR = gameObject.GetComponent <gameRule_normal>();
    }
Exemplo n.º 2
0
    // Use this for initialization
    void Start()
    {
        turnCount = 0;
        state = 0;
        actionState = 0;

        GM = gameObject.GetComponent<goldManager> ();
        GR = gameObject.GetComponent<gameRule_normal>();
    }
Exemplo n.º 3
0
 void Awake()
 {
     goldMngr = this;
 }