Watch
2
0
Fork
You've already forked raylib-cs
0

Update tests and dll resolver

This commit is contained in:
Rgebee 2026-05-17 19:18:50 +01:00
commit eb48e471d8
5 changed files with 45 additions and 94 deletions

View file

@ -1,4 +1,5 @@
namespace Raylib_cs.Native
namespace Raylib_cs.Native;
internal class Native
{
internal class Native { }
}