Files
i-mic-fps/lib/states/game_state.rb
2020-12-02 17:37:48 -06:00

10 lines
153 B
Ruby

# frozen_string_literal: true
class IMICFPS
class GameState < CyberarmEngine::GameState
include CommonMethods
attr_reader :options
end
end