Code/Util/OnHotload.cs
namespace Nodebox.Util;

[AttributeUsage(AttributeTargets.Method)]
public class OnHotloadAttribute : Attribute {

}