9 lines
109 B
C#
9 lines
109 B
C#
namespace Framework.Core
|
|
{
|
|
public enum RunType
|
|
{
|
|
Editor,
|
|
Test,
|
|
Pro
|
|
}
|
|
} |