4 lines
98 B
C#
4 lines
98 B
C#
|
namespace SimsPersonalityGenerator;
|
||
|
|
||
|
public enum Traits { Nice, Neat, Outgoing, Active, Playful }
|