using Godot; namespace Zennysoft.Ma.Adapter.Entity { public interface IKnockbackable { void Knockback(float impulse, Vector3 direction); } }