Class ResourceStack
- Namespace
- GridPlacement.GDScript
- Assembly
- MoonBark.GridPlacement.GDScript.dll
Resource stack for inventory and cost tracking.
class ResourceStack extends Resource
ResourceStack
Properties
type
The resource type stored in the stack.
@export var type: Resource
count
The number of resources in the stack.
@export var count: int = 1