This commit is contained in:
2025-02-08 22:49:52 -05:00
parent ec0eb7f849
commit cc14073582
3 changed files with 5 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ impl Agent for ManualAgent {
}
impl ManualAgent {
#[allow(dead_code)]
pub const fn new(color: Piece) -> Self {
Self { color }
}
@@ -69,6 +70,7 @@ impl Agent for RandomAgent {
}
impl RandomAgent {
#[allow(dead_code)]
pub const fn new(color: Piece) -> Self {
Self { color }
}