namespace NHSE.Core { /// /// Type of wrapping an has /// public enum ItemWrapping : byte { Nothing = 0, WrappingPaper = 1, Present = 2, Delivery = 3 } }