diff --git a/VpSharp/src/Entities/VirtualParadiseModelObject.cs b/VpSharp/src/Entities/VirtualParadiseModelObject.cs
index ac352eb..ca81449 100644
--- a/VpSharp/src/Entities/VirtualParadiseModelObject.cs
+++ b/VpSharp/src/Entities/VirtualParadiseModelObject.cs
@@ -25,19 +25,19 @@ public class VirtualParadiseModelObject : VirtualParadiseObject
/// Gets the value of this object's Description field.
///
/// The value of this object's Description field.
- public string Action { get; internal set; }
+ public string Action { get; internal set; } = string.Empty;
///
/// Gets the value of this object's Description field.
///
/// The value of this object's Description field.
- public string Description { get; internal set; }
+ public string Description { get; internal set; } = string.Empty;
///
/// Gets the value of this object's Model field.
///
/// The value of this object's Model field.
- public string Model { get; internal set; }
+ public string Model { get; internal set; } = string.Empty;
///
/// Modifies the object.