Add core content definitions
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace SideScrollerGame.Content.Validation;
|
||||
|
||||
public enum ContentValidationSeverity
|
||||
{
|
||||
Info,
|
||||
Warning,
|
||||
Error
|
||||
}
|
||||
Reference in New Issue
Block a user