Struct WfWorld
Public Attributes
| Type | Name |
|---|---|
| char | currentLocation |
| struct HashMap | locationsHashMap |
| char | previousLocation |
Public Attributes Documentation
variable currentLocation
char WfWorld::currentLocation[MAX_LOCATION_NAME_LEN];
variable locationsHashMap
struct HashMap WfWorld::locationsHashMap;
variable previousLocation
char WfWorld::previousLocation[MAX_LOCATION_NAME_LEN];
The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/game/src/WfWorld.c