diff --git a/src/Source/Writer.cs b/src/Source/Writer.cs index bf2294b..95bd46c 100644 --- a/src/Source/Writer.cs +++ b/src/Source/Writer.cs @@ -3,7 +3,6 @@ using System.Linq; using System.Collections.Generic; using Byter.Core.Interface; -using System.Numerics; namespace Byter { @@ -226,9 +225,9 @@ internal static char GetPrefix(Type type) else if (type == typeof(char)) /* char */ return 'K'; else if (type == typeof(string)) /* string */ return 'L'; else if (type == typeof(bool)) /* bool */ return 'M'; - else if (type == typeof(Vector2)) /* Vector2 */ return 'N'; + else if (type == typeof(2)) /* Vector2 */ return 'N'; else /* null */ return '0'; } } -} \ No newline at end of file +}