Use PCGRandom instead of System.Random, documentation
This commit is contained in:
@@ -2,6 +2,9 @@ using PkmnLib.Static.Utils;
|
||||
|
||||
namespace PkmnLib.Dynamic.Models;
|
||||
|
||||
/// <summary>
|
||||
/// Random number generator for battles.
|
||||
/// </summary>
|
||||
public interface IBattleRandom : IRandom
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user