* expanded on taggedenums and added examples for each special ReducerKind
Fixed a few typos/mistakes here and there also.
* fixed part2 hyperlinks
* fixed config version type
from Identity to uint
* update Throw => throw
* update log typo
* fix type on connect reducerkind from init=>connect
* private=>public for UpdatePlayerLoginState reducer
* remove double "publish" condenses it into one publish at the end after chat
* fixed name of GameManager file, tweaks to instructions
kept application.runInBackground (it wasn't included)
renamed many instances of "TutorialGameManager.cs" to "BitcraftMiniGameManager.cs" to represent accurate filename
* fixed onConnectError
* more TutorialGameManager renames to BitcraftMiniGameManager.cs and also a FilterByX fix
* added clarity to UIUsernameChooser.cs and LocalPlayer.cs -- Also fixed RemotePlayer.cs errors
* some small tweaks again to GameManager name
* updated tagged enums to reflect record usage and pattern matching
* filter -> find fixes
* expanded on taggedenums and added examples for each special ReducerKind
Fixed a few typos/mistakes here and there also.
* fixed config version type
from Identity to uint
* update Throw => throw
* update log typo
* fix type on connect reducerkind from init=>connect
* private=>public for UpdatePlayerLoginState reducer
* remove double "publish" condenses it into one publish at the end after chat
* fixed name of GameManager file, tweaks to instructions
kept application.runInBackground (it wasn't included)
renamed many instances of "TutorialGameManager.cs" to "BitcraftMiniGameManager.cs" to represent accurate filename
* fixed onConnectError
* more TutorialGameManager renames to BitcraftMiniGameManager.cs and also a FilterByX fix
* added clarity to UIUsernameChooser.cs and LocalPlayer.cs -- Also fixed RemotePlayer.cs errors
* some small tweaks again to GameManager name
* updated tagged enums to reflect record usage and pattern matching
* filter -> find fixes
* updated based on feedback
* Update docs for Consistent Filtering proposal
Updating docs for FilterBy methods across SDKs, adding docs for FindBy methods, and a couple of drive-by fixes for broken links.
* Update docs/sdks/c-sharp/index.md
Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org>
---------
Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org>