CrewWidgetTheme.cs 126 B

12345678
  1. namespace Domain.Entities.Donations.ValueObject;
  2. public enum CrewWidgetTheme
  3. {
  4. Basic = 0,
  5. Dark = 1,
  6. Minimal = 2
  7. }