chore: doxygen documentation for spawnpoint

stripped
Sara 2024-05-29 17:37:04 +02:00
parent 1c3666614f
commit c004ba99ff
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
namespace gd = godot; namespace gd = godot;
namespace utils { namespace utils {
/*! A location in the game world that the player can spawn at.
*
* Registers and de-registers itself with the GameRoot3D to enable/disable this spawnpoint.
*/
class SpawnPoint3D : public gd::Node3D { class SpawnPoint3D : public gd::Node3D {
GDCLASS(SpawnPoint3D, gd::Node3D); GDCLASS(SpawnPoint3D, gd::Node3D);
static void _bind_methods(); static void _bind_methods();