mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 23:52:35 +00:00
Enable server to require i-mic-fps.rb without launching game, fixed missing update method from connection/server, update gemfile to add releasy and rake
This commit is contained in:
@@ -7,6 +7,9 @@ class IMICFPS
|
||||
def connect
|
||||
end
|
||||
|
||||
def update
|
||||
end
|
||||
|
||||
def close
|
||||
end
|
||||
end
|
||||
|
||||
@@ -19,6 +19,9 @@ class IMICFPS
|
||||
def broadcast(packet)
|
||||
end
|
||||
|
||||
def update
|
||||
end
|
||||
|
||||
def close
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user