Table of Contents

Enum ClothesIntention

Namespace
TinyLife.Objects
Assembly
TinyLife.dll

A clothes intention is a way that a clothing item can be used. Since this enumeration uses the FlagsAttribute, a clothing item can have multiple intentions.

[Flags]
public enum ClothesIntention
Extension Methods

Fields

None = 0
Everyday = 1
Party = 2
Formal = 4
Workout = 8
Swimwear = 16
Sleep = 32
Summer = 64
Winter = 128
Work = 256
Safety = 512