reworked client netcode

This commit is contained in:
2024-01-04 01:28:28 +01:00
parent 2eddf27f88
commit ccb507369d
26 changed files with 401 additions and 112 deletions

14
Game Server/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,14 @@
{
"cSpell.words": [
"DGRAM"
],
"cSpell.ignoreWords": [
"activateeffectcard",
"activatemonstereffect",
"attackcard",
"attackplayer",
"movecard",
"placecard",
"removecard"
]
}