9 lines
90 B
C#
9 lines
90 B
C#
|
namespace RoR2;
|
||
|
|
||
|
public enum Interactability
|
||
|
{
|
||
|
Disabled,
|
||
|
ConditionsNotMet,
|
||
|
Available
|
||
|
}
|