mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
7 lines
121 B
Ruby
7 lines
121 B
Ruby
class IMICFPS
|
|
class GameState < CyberarmEngine::GameState
|
|
include CommonMethods
|
|
|
|
attr_reader :options
|
|
end
|
|
end |