comment
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user