~ruther/NosSmooth

55a85a5afc3b997bf24c0ce9fc87ee8fea715d68 — František Boháček 3 years ago b58efc1
feat: add raid type skeleton
1 files changed, 12 insertions(+), 0 deletions(-)

A Core/NosSmooth.Game/Data/Raids/Raid.cs
A Core/NosSmooth.Game/Data/Raids/Raid.cs => Core/NosSmooth.Game/Data/Raids/Raid.cs +12 -0
@@ 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

Do not follow this link