Added sell type

This commit is contained in:
2023-09-22 02:21:38 +02:00
parent 4d8a4772d7
commit d5ef8cbc18
@@ -4,5 +4,6 @@ public enum NPCType {
UPGRADE, UPGRADE,
TUTORIAL, TUTORIAL,
PRIZE, PRIZE,
SELL,
NONE; NONE;
} }