mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-03 09:41:50 +00:00
9 lines
119 B
C#
9 lines
119 B
C#
namespace ZoneCodeGenerator.Parsing.Testing
|
|
{
|
|
enum TokenTestResult
|
|
{
|
|
Match,
|
|
NoMatch
|
|
}
|
|
}
|