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:
2019-10-09 11:32:59 -05:00
parent 2a179ed935
commit d6615872ba
15 changed files with 246 additions and 33 deletions

6
lib/errors.rb Normal file
View File

@@ -0,0 +1,6 @@
class IMICRTS
class DesyncError < Exception
end
class UndefinedOrderError < Exception
end
end