diff options
| author | realtradam <[email protected]> | 2021-07-09 02:39:50 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-07-09 02:39:50 -0400 |
| commit | 8127cdd311fa343c7b0ce4a30e7cbc6d21027fcd (patch) | |
| tree | 070d6411bfa2b89939ccd7125efaab6c276eeba5 | |
| parent | df61a9cc018f2451f100b2f9a5d2728731f0e663 (diff) | |
| download | FelECS-8127cdd311fa343c7b0ce4a30e7cbc6d21027fcd.tar.gz FelECS-8127cdd311fa343c7b0ce4a30e7cbc6d21027fcd.zip | |
fixed missing docs
| -rw-r--r-- | scene_manager.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scene_manager.rb b/scene_manager.rb index f18a39f..315dd55 100644 --- a/scene_manager.rb +++ b/scene_manager.rb @@ -3,6 +3,10 @@ class FelFlame # The Constant name assigned to this Scene attr_reader :const_name + # Allows overwriting the storage of systems, such as for clearing. + # This method should generally only need to be used internally and + # not by a game developer/ + # @!visibility private attr_writer :systems # Create a new Scene using the name given |
