Exemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     view = GetComponent <UiGameStatePreGame>();
 }
Exemplo n.º 2
0
 public PreGameState(Client client, UiGameStatePreGame view) : base(client, view)
 {
 }
Exemplo n.º 3
0
    public PreGameState(Client client, UiGameStatePreGame view) : base(client, view)
    {

    }
Exemplo n.º 4
0
	// Use this for initialization
	void Start ()
    {
        view = GetComponent<UiGameStatePreGame>();
	}