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
{{ message }}
This repository has been archived by the owner on Dec 20, 2020. It is now read-only.
Because it would make things look better in Serialization for Saving & Loading, Networking, ...
Just e.g declare either a csv table connecting classes with IDs or define an enum.
We can't just declare the ID in the Constructor becausewe need ID-lookup.
To circumvent that though one could make a static createById() function.
Decide....
The text was updated successfully, but these errors were encountered:
Because it would make things look better in Serialization for Saving & Loading, Networking, ...
Just e.g declare either a csv table connecting classes with IDs or define an enum.
We can't just declare the ID in the Constructor becausewe need ID-lookup.
To circumvent that though one could make a static createById() function.
Decide....
The text was updated successfully, but these errors were encountered: