feat: add login types skeleton
2 files changed, 21 insertions(+), 0 deletions(-) A Core/NosSmooth.Game/Data/Login/Channel.cs A Core/NosSmooth.Game/Data/Login/WorldServer.cs
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