Exemple #1
0
 public sealed override void ServerOnBuilt(IStaticWorldObject structure, ICharacter byCharacter)
 {
     base.ServerOnBuilt(structure, byCharacter);
     LandClaimSystem.ServerOnObjectLandClaimBuilt(byCharacter, structure);
 }