Files
leanCLR_gdext/managed/GodotSharpCompat/NativeCalls.cs
T

10 lines
132 B
C#
Raw Normal View History

2026-05-10 22:29:56 +08:00
using System;
using System.Runtime.CompilerServices;
namespace Godot
{
internal static partial class NativeCalls
{
}
}