Пример #1
0
 public void Finish(AbilityInvokeArgument argType)
 {
     this.offset  = -1;
     this.argType = argType;
     this.Finish(true);
 }
Пример #2
0
 public void Finish <T>(Offset <T> offset, AbilityInvokeArgument argType) where T : Table
 {
     this.offset  = offset.Value;
     this.argType = argType;
     this.Finish(true);
 }