This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
chovy-gm/GMAssetCompiler/eErrorKind.cs

10 lines
123 B
C#

namespace GMAssetCompiler
{
public enum eErrorKind
{
Warning = 0,
Warning_Unclosed_Comment = 1,
Error = 65546
}
}