Log Exceptions in thrown by Script OnUpdate-Function

This commit is contained in:
Simon Lübeß
2023-07-20 17:48:50 +02:00
parent 3e55a1614a
commit 78ba016b03
2 changed files with 17 additions and 2 deletions
+7 -1
View File
@@ -226,7 +226,13 @@ struct MonoObject;
struct MonoMethod;
struct MonoException;
struct MonoException
{
void* _bla;
void* _bla2;
void* _bla3;
public MonoString* Message;
}
struct MonoClassField;