Exemplo n.º 1
0
 public RunInitiation(GameObject gameObject, Game game, ServerRow serverRow)
 {
     this.gameObject = gameObject;
     this.game       = game;
     droppable       = gameObject.AddComponent <Droppable>();
     serverRow.Observe(this);
 }
Exemplo n.º 2
0
 public RunInitiation(GameObject gameObject, Game game, ServerRow serverRow)
 {
     this.gameObject = gameObject;
     this.game       = game;
     serverRow.Observe(this);
 }