예제 #1
0
 public Ship(ShipHooks hooks, ShipStateFactory stateFactory)
 {
     _hooks        = hooks;
     _stateFactory = stateFactory;
 }
예제 #2
0
파일: Ship.cs 프로젝트: Aszan/Zenject
 public Ship(ShipHooks hooks, ShipStateFactory stateFactory)
 {
     _hooks = hooks;
     _stateFactory = stateFactory;
 }