From 509f3643d537aa34217d62a060af1a034c73c0f9 Mon Sep 17 00:00:00 2001 From: Robin Ehlert Date: Thu, 31 Jul 2025 07:35:35 +0200 Subject: [PATCH] adds unit-type --- Rehlert.RoP/Unit.cs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Rehlert.RoP/Unit.cs diff --git a/Rehlert.RoP/Unit.cs b/Rehlert.RoP/Unit.cs new file mode 100644 index 0000000..74ba739 --- /dev/null +++ b/Rehlert.RoP/Unit.cs @@ -0,0 +1,3 @@ +namespace Rehlert.RoP; + +public struct Unit; \ No newline at end of file