From 55a85a5afc3b997bf24c0ce9fc87ee8fea715d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Tue, 21 Dec 2021 22:48:28 +0100 Subject: [PATCH] feat: add raid type skeleton --- Core/NosSmooth.Game/Data/Raids/Raid.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Core/NosSmooth.Game/Data/Raids/Raid.cs diff --git a/Core/NosSmooth.Game/Data/Raids/Raid.cs b/Core/NosSmooth.Game/Data/Raids/Raid.cs new file mode 100644 index 0000000000000000000000000000000000000000..01a5d2b91b8c05c9903b54dc7ea3974868bdd3c2 --- /dev/null +++ b/Core/NosSmooth.Game/Data/Raids/Raid.cs @@ -0,0 +1,12 @@ +// +// Raid.cs +// +// Copyright (c) Christofel authors. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +namespace NosSmooth.Game.Data.Raids; + +public class Raid +{ + +} \ No newline at end of file