PkmnLib.NET/PkmnLib.Tests/GlobalUsings.cs

4 lines
91 B
C#
Raw Normal View History

2024-07-20 11:51:52 +00:00
global using NUnit.Framework;
global using FluentAssertions;
global using LevelInt = byte;