๐Ÿ“ฆ sleepyfran / duets

๐Ÿ“„ Inventory.fs ยท 7 lines
1
2
3
4
5
6
7module Duets.Entities.Inventory

/// A record containing to empty inventories.
let empty =
    { Character = List.empty
      Band = Map.empty }