Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
This package has been marked as deprecated, and it's suggested another
alternative is used.
LethalWardrobe
API for the Lethal Wardrobe Mod
| Last updated | 2 years ago |
| Total downloads | 6 |
| Total rating | 0 |
| Categories | Libraries Cosmetics |
| Dependency string | Curiosity_Core-LethalWardrobe-0.1.0 |
| Dependants | 0 other packages depend on this package |
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]