Browse Source

wtf happened here

pull/113/head
jake 2 years ago
parent
commit
85912f07db
  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::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
} }

Loading…
Cancel
Save