You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in addition to #56 there are the following issues:
BinaryFormatter has security issues and should not be used, convert to binaryreader/binarywriter
The guide says to make ConfigEntry static by default, which should not be the case and is actively making things more confusing - switch the config class to be singleton pattern
NetworkDelivery.ReliableFragmentedSequenced should be used for larger config files
The text was updated successfully, but these errors were encountered:
in addition to #56 there are the following issues:
The text was updated successfully, but these errors were encountered: