rimworld-animations-patch_m.../Source/Scripts/Enums.cs
AbstractConcept 8e6918ae70 First commit
2022-09-09 20:22:08 -05:00

16 lines
270 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Rimworld_Animations_Patch
{
public enum TabooStatus
{
NotTaboo = 0,
MinorTaboo = 1,
MajorTaboo = 2,
}
}