Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 544 Bytes

File metadata and controls

15 lines (8 loc) · 544 Bytes

BaseLib is a Slay the Spire 2 mod intended as a base for other mods to use as a dependency.

Wiki: https://alchyr.github.io/BaseLib-Wiki/

As dependency: <PackageReference Include="Alchyr.Sts2.BaseLib" Version="*" />

You will need to download the .dll and .pck from releases and put them in Slay the Spire 2/mods.

Placeholder:

If using locally, adjust filepaths at top of csproj. Use resulting .dll as a dependency for your own mod.

Temporary quick mod start guide: https://github.com/Alchyr/ModTemplate-StS2/blob/master/README.md