Tweaks and fixes
This commit is contained in:
@@ -10,7 +10,7 @@ namespace PkmnLib.Dynamic.AI;
|
||||
/// </summary>
|
||||
public class RandomAI : PokemonAI
|
||||
{
|
||||
private IRandom _random;
|
||||
private readonly IRandom _random;
|
||||
|
||||
/// <inheritdoc />
|
||||
public RandomAI() : base("Random")
|
||||
|
||||
Reference in New Issue
Block a user