Post-merge tweaks for #1312

This commit is contained in:
Wojtek Figat
2023-09-28 19:21:06 +02:00
parent 30482f62e2
commit 82b2f46b48
7 changed files with 39 additions and 62 deletions

View File

@@ -206,13 +206,6 @@ public:
/// </summary>
void UnregisterObject();
#if USE_CSHARP
/// <summary>
/// Sets the internal values in managed object.
/// </summary>
static void SetInternalValues(MClass* monoClass, MObject* managedInstance, void* unmanagedPtr, const Guid* id);
#endif
protected:
#if USE_CSHARP
/// <summary>