Ejemplo n.º 1
0
 public InteractSystem(FreezerPres entity, InteractStateObject interactObj)
 {
     _freezer       = entity;
     _interactState = new InteractStateModel(interactObj);
     _interactState.Subscribe(OnInteractControllerChanged);
 }
Ejemplo n.º 2
0
 public InteractController(InteractStateObject obj)
 {
     _interactState = new InteractStateModel(obj);
 }