The Needle Engine networking server supports the concept of ownership that can be requested. The {@link OwnershipModel} enum contains possible outgoing (Request) and incoming (Response) events for communicating ownership. We recommend using the OwnershipModel class instead of dealing with those events directly.
The Needle Engine networking server supports the concept of ownership that can be requested.
The
{@link OwnershipModel}
enum contains possible outgoing (Request) and incoming (Response) events for communicating ownership.We recommend using the
OwnershipModel
class instead of dealing with those events directly.