12 lines
111 B
C#
12 lines
111 B
C#
|
|
||
|
namespace Godot
|
||
|
{
|
||
|
public static class Variant
|
||
|
{
|
||
|
public enum Type
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|