cirnogodot/Scripts/Enums/OffshootType.cs

9 lines
103 B
C#
Raw Permalink Normal View History

2025-04-18 17:32:12 +02:00
namespace Cirno.Scripts.Enums;
public enum OffshootType
{
Item,
Key,
Secret,
Shop
}