diff --git a/FrEee/Game/Objects/Technology/MountedComponentTemplate.cs b/FrEee/Game/Objects/Technology/MountedComponentTemplate.cs index e55461e8..2d81d559 100644 --- a/FrEee/Game/Objects/Technology/MountedComponentTemplate.cs +++ b/FrEee/Game/Objects/Technology/MountedComponentTemplate.cs @@ -193,7 +193,7 @@ public MountedComponentTemplate LatestVersion /// The mount used. /// [DoNotSerialize] - public Mount Mount { get { return mount; } set { mount = value; } } + public Mount? Mount { get { return mount; } set { mount = value; } } /// /// The name of the component, prefixed with the short name of the mount (if any).