Example #1
0
 protected abstract void OnDetect(StratusSensor sensor);
Example #2
0
 protected abstract void OnInteract(StratusSensor sensor);
Example #3
0
 public InteractableDetectedEvent(StratusSensor source) : base(source)
 {
 }
Example #4
0
 public InteractEvent(StratusSensor source) : base(source)
 {
 }
Example #5
0
 public BaseEvent(StratusSensor source)
 {
     this.source = source;
 }