1 2 3 4 5 6 7module Duets.Entities.Inventory /// A record containing to empty inventories. let empty = { Character = List.empty Band = Map.empty }
1 2 3 4 5 6 7
module Duets.Entities.Inventory /// A record containing to empty inventories. let empty = { Character = List.empty Band = Map.empty }