Core/ObjectHandle: Remade object handle system
This commit is contained in:
@@ -20,6 +20,7 @@ namespace Ndk
|
||||
EntityOwner(EntityOwner&& handle) noexcept = default;
|
||||
~EntityOwner();
|
||||
|
||||
void Release();
|
||||
void Reset(Entity* entity = nullptr);
|
||||
void Reset(EntityOwner&& handle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user