mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-23 17:07:30 -05:00
15 lines
214 B
C#
15 lines
214 B
C#
namespace NHSE.Core
|
|
{
|
|
public enum VillagerPersonality : byte
|
|
{
|
|
Lazy,
|
|
Jock,
|
|
Cranky,
|
|
Smug,
|
|
Normal,
|
|
Peppy,
|
|
Snooty,
|
|
Uchi,
|
|
None,
|
|
}
|
|
} |