add comment to _on_player_touched

This commit is contained in:
Chris Cromer 2022-07-21 20:54:06 -04:00
parent edd24b6798
commit d35993d072
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 4 additions and 0 deletions

View File

@ -275,6 +275,10 @@ namespace godot
*/
Vector2 get_velocity();
/**
* @brief This function is called when an enemy touches the player.
*
*/
void _on_player_touched();
};
}