| SystemsConfig |
| Systems | Stores GameObjectSystems to property names to property values |
| GetPropertyValue | Get property value for a specific system type. Returns the configured value, or a default value for the type if not found. |
| SetPropertyValue | Set property value for a specific system type |
| TryGetPropertyValue | Try to get property value for a specific system type. Returns true if the property was found in the config. |