package com.example.components; import com.example.ecs.Component; import com.example.ecs.Entity; public record Battle(Entity squad1, Entity squad2) implements Component { }