class FelFlame class Stage class <] def scenes @scenes ||= [] end # Stores systems in the order the stage manager needs to call them # This method should generally only need to be used internally and not by a game developer # @!visibility private def systems @systems ||= [] end end end end