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