Closed Cytraen closed 3 years ago
Currently considering
IsInitialized
BungieClientConfig
{client}.SetX()
In any case, BungieClientConfig (available in cef8d4de4a19bb590c1d62db2625fe9eac2e9019 onwards) is not going anywhere
Going to add init-only setters which are only supported in .NET 5.0 onwards, so I'll be dropping support for .NET Standard 2.1 / Core 3.1 yet again.
Currently considering
IsInitialized
bool, which will prevent any significant changes once setBungieClientConfig
and remove other constructors altogether{client}.SetX()
methodsIn any case,
BungieClientConfig
(available in cef8d4de4a19bb590c1d62db2625fe9eac2e9019 onwards) is not going anywhere