~ruther/NosSmooth

a15d90ea720562b2c9cf82883e9d25ff552ff585 — František Boháček 3 years ago faa7c16
feat: add login types skeleton
A Core/NosSmooth.Game/Data/Login/Channel.cs => Core/NosSmooth.Game/Data/Login/Channel.cs +12 -0
@@ 0,0 1,12 @@
// 
// Channel.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.Login;

public class Channel
{
    
}
\ No newline at end of file

A Core/NosSmooth.Game/Data/Login/WorldServer.cs => Core/NosSmooth.Game/Data/Login/WorldServer.cs +9 -0
@@ 0,0 1,9 @@
// 
// WorldServer.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.Login;

public record WorldServer();
\ No newline at end of file

Do not follow this link