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:
2020-05-04 09:28:57 -05:00
parent 85dd90b2f4
commit d524c21332
7 changed files with 42 additions and 25 deletions

View File

@@ -7,6 +7,9 @@ class IMICFPS
def connect
end
def update
end
def close
end
end

View File

@@ -19,6 +19,9 @@ class IMICFPS
def broadcast(packet)
end
def update
end
def close
end
end