mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-06 01:57:58 -08:00
Improve computer shot tracking/selection
This commit is contained in:
@@ -14,5 +14,4 @@ internal sealed class Cruiser : Ship
|
||||
|
||||
internal override int Shots => 2;
|
||||
internal override int Size => 3;
|
||||
internal override float Value => 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user