Exemplo n.º 1
0
 public TargetProp(RV2ControlMethod method, GCXF <Vector2> func, bool fromSummon) : base(func)
 {
     this.method     = method;
     this.fromSummon = fromSummon;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Same as TARGET, but targeting is performed from the summon location.
 /// </summary>
 public static GenCtxProperty SLTarget(RV2ControlMethod method, GCXF <Vector2> loc) => new TargetProp(method, loc, true);