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

    }
Example #4
0
	// Use this for initialization
	void Start ()
    {
        view = GetComponent<UiGameStatePreGame>();
	}