92b02cb027
Array now implements IList instead of IList<object, object>. Dictionary now implements IDictionary instead of IDictionary<object, object>.
11 lines
111 B
C#
11 lines
111 B
C#
|
|
namespace Godot
|
|
{
|
|
public static class Variant
|
|
{
|
|
public enum Type
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|