public bool CheckIsAllowed() { return(LandClaimSystem.SharedCheckCanDeconstruct(this.WorldObject, this.Character)); }
public bool CheckIsAllowed(out bool hasNoFactionPermission) { return(LandClaimSystem.SharedCheckCanDeconstruct(this.WorldObject, this.Character, out hasNoFactionPermission)); }