update comments

This commit is contained in:
2022-04-22 21:56:22 -04:00
parent 8b251776a0
commit 4a2cda5ecd
7 changed files with 20 additions and 30 deletions

View File

@@ -73,12 +73,12 @@ namespace godot
static void _register_methods();
/**
* @brief Construct a new State Machine object.
* @brief Construct a new StateMachine object.
*/
StateMachine();
/**
* @brief Destroy the State Machine object.
* @brief Destroy the StateMachine object.
*/
~StateMachine();