Generic marker pickups

This commit is contained in:
Marco 2025-05-01 10:04:15 +02:00
commit 692c33c939
15 changed files with 176 additions and 36 deletions

View file

@ -0,0 +1,15 @@
#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

View file

@ -0,0 +1 @@
uid://8y0ql44v5ckt