update comments

Este commit está contenido en:
2022-04-22 21:56:22 -04:00
padre 8b251776a0
commit 4a2cda5ecd
Se han modificado 7 ficheros con 20 adiciones y 30 borrados

Ver fichero

@@ -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();