mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 17:22:35 +00:00
11 lines
194 B
Ruby
11 lines
194 B
Ruby
class W3DHub
|
|
class ApplicationManager
|
|
class Repairer < Installer
|
|
LOG_TAG = "W3DHub::ApplicationManager::Repairer".freeze
|
|
|
|
def type
|
|
:repairer
|
|
end
|
|
end
|
|
end
|
|
end |