10 lines
101 B
C#
10 lines
101 B
C#
namespace MyNes.Core;
|
|
|
|
public enum TracerStatus
|
|
{
|
|
Normal,
|
|
Error,
|
|
Warning,
|
|
Infromation
|
|
}
|