Files
i-mic-fps/lib/states/game_state.rb

8 lines
151 B
Ruby

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