using System.Collections; using System.Collections.Generic; using Godot; using System; using System.Threading.Tasks; namespace Rokojori { /** FoliagePriority to define the render priority relative to the FoliageRenderer */ [Tool] [GlobalClass, Icon("res://addons/rokojori_action_library/Icons/Scatterer.svg") ] public abstract partial class RelativeFoliagePriority:FoliagePriority { [Export] public int offset; } }