Files
godot/modules
Ignacio Etcheverry 0b814ea78d Mono/C#: Optimize the way we store GC handles for scripts
Don't store GC handles for C# script instances and instance bindings as 'Ref<MonoGCHandle>'; store the raw data instead. Initially this was not possible as we needed to store a Variant, but this had not been the case for a looong time yet the stored type was never updated.
2020-03-17 21:51:05 +01:00
..
2020-03-11 13:59:18 -04:00
2020-03-11 13:59:18 -04:00
2020-01-01 11:16:22 +01:00
2020-03-02 21:36:01 +00:00