mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-15 07:42:34 +00:00
9 lines
118 B
Ruby
9 lines
118 B
Ruby
class IMICRTS
|
|
class SellEntity < Tool
|
|
attr_accessor :entity
|
|
|
|
def setup
|
|
@entity = nil
|
|
end
|
|
end
|
|
end |