mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-13 06:42:35 +00:00
10 lines
153 B
Ruby
10 lines
153 B
Ruby
# frozen_string_literal: true
|
|
|
|
class IMICFPS
|
|
class GameState < CyberarmEngine::GameState
|
|
include CommonMethods
|
|
|
|
attr_reader :options
|
|
end
|
|
end
|