Starts of offshoots

This commit is contained in:
Marco 2025-04-18 17:32:12 +02:00
commit 9331876637
2 changed files with 39 additions and 8 deletions

View file

@ -0,0 +1,9 @@
namespace Cirno.Scripts.Enums;
public enum OffshootType
{
Item,
Key,
Secret,
Shop
}