NHSE/NHSE.Core/Structures/Villager/VillagerPersonality.cs
2020-03-27 17:54:17 -07:00

15 lines
214 B
C#

namespace NHSE.Core
{
public enum VillagerPersonality : byte
{
Lazy,
Jock,
Cranky,
Smug,
Normal,
Peppy,
Snooty,
Uchi,
None,
}
}