Server character restructure

This commit is contained in:
2024-04-20 15:05:43 -04:00
parent 4baf7bff51
commit b82606d64c
21 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
"rapid/client": { "rapid/client": {
"$className": "Actor", "$className": "Actor",
"Player": { "Player": {
"$path": "src/client/Player" "$path": "src/client"
} }
} }
} }

File diff suppressed because one or more lines are too long