enjin / enjin-csharp-sdk

Enjin Cloud SDK for C#.
https://enjin.io/products/platform
Apache License 2.0
29 stars 8 forks source link

No Reference for Builder() in ProjectClient class #79

Closed Josh9722 closed 2 years ago

Josh9722 commented 2 years ago

So the 'Quick Start' guide has: ProjectClient client = ProjectClient.Builder().BaseUri(EnjinHosts.KOVAN).Build(); For me at least, I'm getting an error that Project Client does not contain a definition for Builder()