From f54aea8686ad629c627ada6b4cd2c0849c84a2e8 Mon Sep 17 00:00:00 2001 From: konstantin Date: Sun, 18 Aug 2024 18:23:54 +0200 Subject: [PATCH] enable strict nullability --- BO4E/COM/Angebotsposition.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BO4E/COM/Angebotsposition.cs b/BO4E/COM/Angebotsposition.cs index ebbeabd8..e8a40315 100644 --- a/BO4E/COM/Angebotsposition.cs +++ b/BO4E/COM/Angebotsposition.cs @@ -1,3 +1,4 @@ +#nullable enable using BO4E.ENUM; using BO4E.meta;