mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-14 07:12:34 +00:00
Stubbed Connection, added #next_entity_id to Player, made Director store and pass to Player the current_tick
This commit is contained in:
9
lib/connection.rb
Normal file
9
lib/connection.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class IMICRTS
|
||||
class Connection
|
||||
def initialize(*args)
|
||||
end
|
||||
|
||||
def update
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user