public void Finish(AbilityInvokeArgument argType) { this.offset = -1; this.argType = argType; this.Finish(true); }
public void Finish <T>(Offset <T> offset, AbilityInvokeArgument argType) where T : Table { this.offset = offset.Value; this.argType = argType; this.Finish(true); }