Package-level declarations
Types
Link copied to clipboard
                  class MagicPaintjobHullMod
This hullmod displays the paintjob itself. It determines which to display by looking for a tag on the variant. The hullmod also allows the player to see in refit if a paintjob is applied and remove it.
Link copied to clipboard
                  class MagicPaintjobIntel
To anybody reading this code: I'm sorry. Please don't try to understand it or learn from it.
Link copied to clipboard
                  object MagicPaintjobManager
Link copied to clipboard
                  class MagicPaintjobShinyAdder
Link copied to clipboard
                  data class MagicPaintjobSpec constructor(val modId: String, val modName: String, val id: String, val hullId: String, val hullIds: List<String> = listOf(hullId), var name: String, var unlockConditions: String? = null, var description: String? = null, var unlockedAutomatically: Boolean = true, var spriteId: String, var tags: List<String>?)