6 public static Dictionary<string, ClothingSlot>
ClothingSlots =
new();
34 "InitializeClothingSlots",
36 loader.InitializeClothingSlots();
virtual string MessageWhenLeastInsulated
static Dictionary< string, ClothingSlot > ClothingSlots
调用自定义部位(比如手臂)的ClothingSlot,可以用ClothingSlot.ClothingSlots["Arms"]
static Dictionary< int, ClothingSlot > ClothingSlotsByInt
static ClothingSlot Torso
static void AddClothingSlot(string name)
static string Get(string className, int key)
获取在当前语言类名键对应的字符串
static void HookAction(string HookName, Func< ModLoader, bool > action)
执行Hook