Exemplo n.º 1
0
 public string Output(Pin pin = null) => this.GetOutput().ToString();
Exemplo n.º 2
0
 public string Output(Pin pin = null) => this.Settings["Value"];
Exemplo n.º 3
0
 public string Output(Pin pin = null) => this.Value;
Exemplo n.º 4
0
 public override void OnRightClick(Pin pin = null)
 {
     this.Settings["Trigger"] = Triggers[(Triggers.IndexOf(this.Settings["Trigger"]) + 1) % Triggers.Count];
 }
Exemplo n.º 5
0
 public string Output(Pin pin = null) => this.GetOutput(pin);
Exemplo n.º 6
0
 public virtual void OnHitWire(Pin pin = null)
 {
 }
Exemplo n.º 7
0
 public virtual void OnRightClick(Pin pin = null)
 {
 }