mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-14 07:12:34 +00:00
Entities are now definable
This commit is contained in:
@@ -17,6 +17,7 @@ class IMICRTS
|
||||
end
|
||||
|
||||
def tick(tick_id)
|
||||
@entities.each { |ent| ent.tick(tick_id) }
|
||||
end
|
||||
|
||||
def update
|
||||
|
||||
Reference in New Issue
Block a user