mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-06 03:01:50 +00:00
Import code from previous AssetBuilder version
This commit is contained in:
8
src/ZoneCodeGenerator/Parsing/Testing/TokenTestResult.cs
Normal file
8
src/ZoneCodeGenerator/Parsing/Testing/TokenTestResult.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace ZoneCodeGenerator.Parsing.Testing
|
||||
{
|
||||
enum TokenTestResult
|
||||
{
|
||||
Match,
|
||||
NoMatch
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user