Class: Yuki::SoftReset
Overview
Class that manage the soft reset
Instance Method Summary collapse
-
#display_message
Prevent the messages from being shown.
-
#main
Main process of the scene.
-
#update
Prevent any kind of update.
Instance Method Details
#display_message
Prevent the messages from being shown
147 148 |
# File 'docs/9_Loaded_Last.rb', line 147 def (*) end |
#main
Main process of the scene
141 142 |
# File 'docs/9_Loaded_Last.rb', line 141 def main end |
#update
Prevent any kind of update
144 145 |
# File 'docs/9_Loaded_Last.rb', line 144 def update end |