Stubbed Connection, added #next_entity_id to Player, made Director store and pass to Player the current_tick

This commit is contained in:
2019-10-03 10:40:57 -05:00
parent 8be63d8ebe
commit 3dd067612a
6 changed files with 39 additions and 12 deletions

9
lib/connection.rb Normal file
View File

@@ -0,0 +1,9 @@
class IMICRTS
class Connection
def initialize(*args)
end
def update
end
end
end