Files
hjha-server/.gitignore
xiaoou e9616125ce feat: initial commit - HJHA game server full source
6 major server modules (PdkFriendServer/GlobalSever/ServerCore/GameModule/GameNetModule) +
game logic (GameFix/GameDAL/ServerData) +
network layer (NetWorkMessage) +
data layer (ObjectModel) +
utilities (MrWu/Core/Config/CloudAPI/dll) +
adapters (zyxAdapter/base)

.NET 8.0 C# solution, 16 projects, 958 source files
2026-07-07 12:02:15 +08:00

15 lines
148 B
Plaintext

# Backup zip archive - do not commit
hjha_Server.zip
# .NET build outputs
bin/
obj/
*.user
*.suo
*.vs/
.vs/
# Rider
.idea/
*.sln.DotSettings.user