Browse Source

wtf happened here

pull/112/head
jake 2 years ago
committed by andy
parent
commit
1f7086396e
  1. 2
      src/ship/items/actions.rs

2
src/ship/items/actions.rs

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

Loading…
Cancel
Save