Support for setting userdata casting handling
This commit is contained in:
@@ -36,6 +36,10 @@ namespace Porygon{
|
||||
type->RegisterFunctionOption(option);
|
||||
return type;
|
||||
}
|
||||
|
||||
TypeClass GetTypeClass(ScriptType* t){
|
||||
return t->GetClass();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user