Exemplo n.º 1
0
 public void ItemRemoved(NitroxId itemId)
 {
     inventoryItemsById.Remove(itemId);
 }
Exemplo n.º 2
0
 public static void RemovePrebuildRequest(int planetId, int prebuildId)
 {
     prebuildRequests.Remove(new PrebuildOwnerKey(planetId, prebuildId));
 }
Exemplo n.º 3
0
 public bool StorageItemRemoved(NitroxId ownerId)
 {
     return(storageSlotItemsByContainerId.Remove(ownerId));
 }
Exemplo n.º 4
0
 public bool ModuleRemoved(NitroxId ownerId)
 {
     return(modulesById.Remove(ownerId));
 }
Exemplo n.º 5
0
 public void DisposeNavigationService(string extensionPoint)
 {
     _serviceCache.Remove(extensionPoint);
 }