kill_counters #109

Closed
andy wants to merge 80 commits from kill_counters into master
Showing only changes of commit d6e368f055 - Show all commits

View File

@ -8,7 +8,7 @@ use crate::entity::character::{CharacterEntity, CharacterEntityId};
use crate::entity::gateway::{EntityGateway, EntityGatewayTransaction}; use crate::entity::gateway::{EntityGateway, EntityGatewayTransaction};
use crate::ship::items::state::{ItemState, ItemStateProxy, ItemStateAction, ItemAction, ItemStateError, FloorItem, InventoryItem, AddItemResult, FloorItemDetail, StackedItemDetail}; use crate::ship::items::state::{ItemState, ItemStateProxy, ItemStateAction, ItemAction, ItemStateError, FloorItem, InventoryItem, AddItemResult, FloorItemDetail, StackedItemDetail};
pub enum TriggerCreateItem {ItemAction, pub enum TriggerCreateItem {
Yes, Yes,
No No
} }