using Godot;
using System;
namespace SupaLidlGame.Characters;
public partial class Enemy : NPC
{
public override void Die()
base.Die();
}