1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-22 08:04:23 +00:00
hella-farm/behaviours/sampler_priority.gd
2024-04-16 05:08:25 +02:00

8 lines
No EOL
122 B
GDScript

extends Sampler
class_name SamplerPriority
## Always sample the object with the highest priority in the queue.
## TODO