Beispiel #1
0
 public void Construct(ShipStateFactory stateFactory)
 {
     Debug.Log("Ship");
     _stateFactory = stateFactory;
 }
Beispiel #2
0
 public void Construct(ShipStateFactory stateFactory)
 {
     _stateFactory = stateFactory;
 }
Beispiel #3
0
 public void Construct(ShipStateFactory stateFactory)
 {
     _stateFactory = stateFactory;
 }
Beispiel #4
0
 public void Construct(ShipStateFactory stateFactory, ShipTest shipTest)
 {
     _stateFactory = stateFactory;
     this.shipTest = shipTest;
 }