public override async ETTask ObjectLockRequestHandler(Scene scene, ObjectLockRequest request, ObjectLockResponse response, Action reply) { scene.GetComponent <LocationComponent>().Lock(request.Key, request.InstanceId, request.Time).Coroutine(); reply(); await ETTask.CompletedTask; }
public virtual async ETTask ObjectLockRequestHandler(Scene scene, ObjectLockRequest request, ObjectLockResponse response, Action reply) { }