mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
7 lines
93 B
Ruby
7 lines
93 B
Ruby
class IMICFPS
|
|
class MainMenu < Menu
|
|
def setup
|
|
title "I-MIC FPS"
|
|
end
|
|
end
|
|
end |