namespace Zennysoft.Ma.Adapter; public partial class PlayerLogic { public static class Output { public static class Animations { public readonly record struct Attack; } public readonly record struct ThrowItem; public readonly record struct Move(float delta); } }