WittleWolfie / WW-Blueprint-Core

A library to simplify modifying Pathfinder: Wrath of the Righteous.
MIT License
14 stars 5 forks source link

Setters for flags should accept params #45

Closed WittleWolfie closed 2 years ago

WittleWolfie commented 2 years ago

Right now flags accept arrays but don't use params syntax:

SetFlag(FlagEnum[] values)

Should be

SetFlag(params FlagEnum[] values)
WittleWolfie commented 2 years ago

Maybe more than just that.... I don't think any of the setters work right damn.

WittleWolfie commented 2 years ago

Fix is in 2.0.x