diff options
Diffstat (limited to 'src/crepe/api/Script.h')
-rw-r--r-- | src/crepe/api/Script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crepe/api/Script.h b/src/crepe/api/Script.h index 65306cd..5d49223 100644 --- a/src/crepe/api/Script.h +++ b/src/crepe/api/Script.h @@ -201,6 +201,7 @@ private: * * \{ */ + //! Game object ID of game object parent BehaviorScript is attached to game_object_id_t game_object_id; //! Reference to parent component |