mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:45:33 +00:00
Starts of offshoots
This commit is contained in:
parent
210f96a829
commit
9331876637
2 changed files with 39 additions and 8 deletions
9
Scripts/Enums/OffshootType.cs
Normal file
9
Scripts/Enums/OffshootType.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Cirno.Scripts.Enums;
|
||||
|
||||
public enum OffshootType
|
||||
{
|
||||
Item,
|
||||
Key,
|
||||
Secret,
|
||||
Shop
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue