10 lines
132 B
C#
10 lines
132 B
C#
|
|
using System;
|
||
|
|
using System.Runtime.CompilerServices;
|
||
|
|
|
||
|
|
namespace Godot
|
||
|
|
{
|
||
|
|
internal static partial class NativeCalls
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|