Esempio n. 1
0
    /// <summary>
    /// Sent by: Server
    /// Received by: Client who will now pick a region
    /// Enables a client's "turn" to pick a region
    /// </summary>
    /// <param name="evnt"></param>
    public override void OnEvent(PickRegion evnt)
    {
        Debug.Log("its my turn!");

        // enable interactions
        GameManager.Instance.FSM.PickRegion();
    }