Ejemplo n.º 1
0
 public void Init(Table.Table table)
 {
     _hit = new FlipperHit(Data, table, this);
 }
Ejemplo n.º 2
0
 public void Init(Table.Table table)
 {
     EventProxy = new EventProxy(this);
     _hit       = new FlipperHit(Data, State, EventProxy, table);
 }
Ejemplo n.º 3
0
 public void SetupPlayer(Player player, Table.Table table)
 {
     EventProxy = new EventProxy(this);
     _hit       = new FlipperHit(Data, State, EventProxy, table);
 }