using Godot; using System.Reflection; using System.Collections.Generic; namespace Rokojori { [Tool] [GlobalClass] public abstract partial class StencilReference:Resource { public abstract int GetReferenceIndex(); } }