diff --git a/VpSharp/src/Entities/VirtualParadiseModelObjectBuilder.cs b/VpSharp/src/Entities/VirtualParadiseModelObjectBuilder.cs index bb9d1c4..d2f79e6 100644 --- a/VpSharp/src/Entities/VirtualParadiseModelObjectBuilder.cs +++ b/VpSharp/src/Entities/VirtualParadiseModelObjectBuilder.cs @@ -37,18 +37,6 @@ public sealed class VirtualParadiseModelObjectBuilder : VirtualParadiseObjectBui /// The value of this object's Model field, or to leave unchanged. public Optional Model { get; set; } - /// - /// Gets or sets the position of the object. - /// - /// The position of the object, or to leave unchanged. - public Optional Position { get; set; } - - /// - /// Gets or sets the rotation of the object. - /// - /// The rotation of the object, or to leave unchanged. - public Optional Rotation { get; set; } - /// /// Sets the value of this object's Action field. ///