#if TOOLS using Godot; namespace Cirno.Scripts.Editor; [Tool] public partial class CreateWeapon : EditorScript { // Called when the script is executed (using File -> Run in Script Editor). public override void _Run() { } } #endif