PkmnLib.NET/PkmnLib.Dynamic/GlobalUsings.cs

6 lines
90 B
C#
Raw Normal View History

2024-07-27 14:26:45 +00:00
global using LevelInt = byte;
public class Const
{
public const int MovesCount = 4;
}