Added base parts
This commit is contained in:
7
Characters/EPersonality.cs
Normal file
7
Characters/EPersonality.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace WaifuCellar.Characters;
|
||||
|
||||
public enum EPersonality {
|
||||
Shy,
|
||||
NotShy
|
||||
//TODO: Add more
|
||||
}
|
||||
Reference in New Issue
Block a user