()
| 50 | public bool AddReference() => UObjectImplementation.UObject_AddReferenceImplementation(GarbageCollectionHandle); |
| 51 | |
| 52 | public bool RemoveReference() => |
| 53 | UObjectImplementation.UObject_RemoveReferenceImplementation(GarbageCollectionHandle); |
| 54 | |
| 55 | public nint GarbageCollectionHandle { get; set; } |
| 56 | } |
nothing calls this directly
no test coverage detected