mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
14 lines
218 B
Ruby
14 lines
218 B
Ruby
class IMICFPS
|
|
class MultiplayerMenu < Menu
|
|
def setup
|
|
title IMICFPS::NAME
|
|
subtitle "Multiplayer"
|
|
|
|
link "Online"
|
|
link "LAN"
|
|
link "Back" do
|
|
pop_state
|
|
end
|
|
end
|
|
end
|
|
end |