Merge pull request #7564 from Hannfeld/master

Changed a code example that didn't follow the style guide
This commit is contained in:
Matthew
2023-06-28 22:49:42 -04:00
committed by Max Hilbrunner
parent 26faf0ea74
commit f7a339b8b7

View File

@@ -784,7 +784,7 @@ variables, in that order.
::
signal spawn_player(position)
signal player_spawned(position)
enum Jobs {KNIGHT, WIZARD, ROGUE, HEALER, SHAMAN}