Example #1
0
 public void Initialize(ConnectType connectType, pdxpartyparrot.Game.State.GameState gameStatePrefab, Action <pdxpartyparrot.Game.State.GameState> gameStateInit = null)
 {
     _connectType     = connectType;
     _gameStatePrefab = gameStatePrefab;
     _gameStateInit   = gameStateInit;
 }