PkmnLibRSharp/PkmnLibRSharp/FFI/Data.cs

7 lines
128 B
C#
Raw Normal View History

2022-09-18 16:02:27 +00:00
namespace PkmnLibSharp.FFI
{
internal static class Data
{
internal const string DllName = "pkmn_lib.so";
}
}