mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-24 15:18:33 -05:00
14 lines
164 B
C#
14 lines
164 B
C#
namespace NHSE.Core;
|
|
|
|
public enum VillagerPersonality : byte
|
|
{
|
|
Lazy,
|
|
Jock,
|
|
Cranky,
|
|
Smug,
|
|
Normal,
|
|
Peppy,
|
|
Snooty,
|
|
Uchi,
|
|
None,
|
|
} |