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
No need to keep only a subset of player info in memory anymore, can keep all profile fields. PCharacterManager will hold a map of offline and online PCharacters, classes such as PCMemoryInterface and PCharacterMemory will become obsolete.
As additional bonus, consider keeping all player items (inv, eq) in memory, introducing a concept of "offline object".
The text was updated successfully, but these errors were encountered:
No need to keep only a subset of player info in memory anymore, can keep all profile fields.
PCharacterManager
will hold a map of offline and onlinePCharacter
s, classes such asPCMemoryInterface
andPCharacterMemory
will become obsolete.As additional bonus, consider keeping all player items (inv, eq) in memory, introducing a concept of "offline object".
The text was updated successfully, but these errors were encountered: