newlon/scripts/Newlon.cs
2025-07-25 18:15:20 +05:00

9 lines
No EOL
101 B
C#

namespace Newlon;
public static class LON
{
public static float Pr(string path)
{
return 0;
}
}