Sha256: 449ed1738fb9b5283e6e66f86502833287890e53be5ea38aa8fbb7dfb43ed9ac
Contents?: true
Size: 606 Bytes
Versions: 7
Compression:
Stored size: 606 Bytes
Contents
class ActiveTextureManagementBasic < Kosmos::Package title 'Active Texture Management - Basic' url 'https://github.com/rbray89/ActiveTextureManagement/releases/download/3-1-basic/ActiveTextureManagement-Basic-3-1.zip' def install merge_directory 'GameData' end end class ActiveTextureManagementAggressive < Kosmos::Package title 'Active Texture Management - Aggressive' aliases 'Active Texture Management' url 'https://github.com/rbray89/ActiveTextureManagement/releases/download/3-1-aggressive/ActiveTextureManagement-3-1.zip' def install merge_directory 'GameData' end end
Version data entries
7 entries across 7 versions & 1 rubygems