예제 #1
0
    // Use this for initialization
    void Start()
    {
        turnCount   = 0;
        state       = 0;
        actionState = 0;

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

        GM = gameObject.GetComponent<goldManager> ();
        GR = gameObject.GetComponent<gameRule_normal>();
    }