pub const RESOURCES_ALL: &[ResourceType];
Expand description
A collection of all resource types. This is a direct translation of the
RESOURCES_ALL
constant in game using the rust ResourceType
enum.
Feature-specific resources are included in this list when the appropriate feature is enabled.