Files
Troll-V2/Quasar.Common/Enums/ProcessAction.cs
T

9 lines
106 B
C#
Raw Normal View History

2026-08-27 11:22:16 -06:00
namespace Quasar.Common.Enums
{
public enum ProcessAction
{
Start,
End
}
}