• dcronqvist's avatar
    Registering functions now only register 1 global, fix #480 (#481) · 9df4990c
    dcronqvist authored
    * Registering functions now only register 1 global, fix #480
    
    * Changed `is not null` to `!= null` for backwards compatibility
    
    * Use `IsSubclassOf` instead of newer `IsAssignableTo`
    
    * Explicit type for anonymous function in unit test, for pre-C#10 compatibility
    
    * Only include test on `NETCOREAPP3_1_OR_GREATER`, added comment for test as well
    
    * Removed `NETCOREAPP3_1_OR_GREATER` check because it is unnecessary
    9df4990c
Lua.cs 44.8 KB