7 lines
130 B
C#
7 lines
130 B
C#
namespace Components.Inputs;
|
|
|
|
public enum MyButtonType
|
|
{
|
|
Primary, // Positive Actions
|
|
Secondary // Destruction Action
|
|
} |