mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-15 15:52:34 +00:00
Added initial tools support, minor refactor to sidebar actions
This commit is contained in:
9
lib/tools/sell_entity.rb
Normal file
9
lib/tools/sell_entity.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class IMICRTS
|
||||
class SellEntity < Tool
|
||||
attr_accessor :entity
|
||||
|
||||
def setup
|
||||
@entity = nil
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user