2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-03 09:41:50 +00:00
Files
OpenAssetTools/src/ZoneCodeGenerator/Parsing/Testing/TokenTestResult.cs

9 lines
119 B
C#

namespace ZoneCodeGenerator.Parsing.Testing
{
enum TokenTestResult
{
Match,
NoMatch
}
}