risk-of-thunder / R2API

A modding API for Risk of Rain 2
https://thunderstore.io/package/tristanmcpherson/R2API/
MIT License
134 stars 55 forks source link

Fix R2API.Skins being shipped with the legacy package for some reason #489

Closed xiaoxiao921 closed 1 year ago

xiaoxiao921 commented 1 year ago

R2API.Legacy has a projectref to R2API.Loadout, R2API.Loadout has a Private=false reference to R2API.Skins, but that somehow make R2API.Skins getting outputted to output build folder even though it's not referenced anywhere???