Scriptengine: Support char-type

This commit is contained in:
Simon Lübeß
2023-11-22 00:55:07 +01:00
parent 05350d4768
commit 881bb8ee51
2 changed files with 3 additions and 1 deletions
@@ -15,6 +15,7 @@ static sealed class ScriptEngineHelper
private static Dictionary<StringView, ScriptFieldType> _scriptFieldTypes = new Dictionary<StringView, ScriptFieldType>()
{
("System.Boolean", .Bool),
("System.Char", .Char),
("System.SByte", .SByte),
("System.Int16", .Short),