mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Log Exceptions in thrown by Script OnUpdate-Function
This commit is contained in:
@@ -226,7 +226,13 @@ struct MonoObject;
|
||||
|
||||
struct MonoMethod;
|
||||
|
||||
struct MonoException;
|
||||
struct MonoException
|
||||
{
|
||||
void* _bla;
|
||||
void* _bla2;
|
||||
void* _bla3;
|
||||
public MonoString* Message;
|
||||
}
|
||||
|
||||
struct MonoClassField;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user