You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Array now implements IList instead of IList<object, object>. Dictionary now implements IDictionary instead of IDictionary<object, object>.
12 lines
111 B
C#
12 lines
111 B
C#
|
|
namespace Godot
|
|
{
|
|
public static class Variant
|
|
{
|
|
public enum Type
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|