You are viewing a potentially older version of this package. View all versions.
Curiosity_Core-Lethal_Wardrobe_API-0.1.1 icon

Lethal Wardrobe API

API for the Lethal Wardrobe Mod

Date uploaded 2 years ago
Version 0.1.1
Download link Curiosity_Core-Lethal_Wardrobe_API-0.1.1.zip
Downloads 90
Dependency string Curiosity_Core-Lethal_Wardrobe_API-0.1.1

README

Lethal Wardrobe API

A modding API for Lethal Wardrobe, with an in-built API.

Usage Instructions

Just ensure that you have the API as a dependancy in your project (not the base mod) and place the following into your Plugin.cs awake method:

LethalWardrobeApi.Instance.Initialize(this);

The API allows for:

  • The Retrieval of all suits key data (Name, Material, id ,etc.)
  • The Retrieval of suit data, based off suit id.
  • [MORE FEATURES PLANNED]