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