This commit is contained in:
Rendo 2025-07-25 18:15:20 +05:00
commit 65fe0e5c5d
14 changed files with 30 additions and 33 deletions

9
scripts/Newlon.cs Normal file
View file

@ -0,0 +1,9 @@
namespace Newlon;
public static class LON
{
public static float Pr(string path)
{
return 0;
}
}