Changed a code example that didn't follow the style guide

This commit is contained in:
Hannes
2023-06-26 11:42:11 +02:00
parent 4b089d5d71
commit 085d4035a3

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}