예제 #1
0
 public override void OnRightClick(Pin pin = null)
 {
     this.Settings["TargetType"] = TargetTypes[(TargetTypes.IndexOf(this.Settings["TargetType"]) + 1) % TargetTypes.Count];
 }