11 lines
122 B
C#
11 lines
122 B
C#
namespace MyNes.Core
|
|
{
|
|
public enum TracerStatus
|
|
{
|
|
Normal,
|
|
Error,
|
|
Warning,
|
|
Infromation
|
|
}
|
|
}
|