mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-14 07:12:34 +00:00
Orders are now de/serializable, and scheduleable, Entities now show a circle around themselves when selected and draw a line to their target
This commit is contained in:
6
lib/errors.rb
Normal file
6
lib/errors.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class IMICRTS
|
||||
class DesyncError < Exception
|
||||
end
|
||||
class UndefinedOrderError < Exception
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user