Class: HotRockets

Inherits:
Kosmos::Package show all
Defined in:
lib/kosmos/packages/hot_rockets.rb

Instance Attribute Summary

Attributes inherited from Kosmos::Package

#download_dir, #ksp_path

Instance Method Summary collapse

Methods inherited from Kosmos::Package

download!, find, inherited, #install!, normalize_for_find, normalized_title, search, unzip!

Methods included from Kosmos::PackageDsl

#merge_directory

Instance Method Details

#installObject



6
7
8
9
10
# File 'lib/kosmos/packages/hot_rockets.rb', line 6

def install
  merge_directory 'ModuleManager.2.1.0.dll', into: 'GameData'
  merge_directory 'MP_Nazari', into: 'GameData'
  merge_directory 'SmokeScreen', into: 'GameData'
end