Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace WacK.Data.Chart
|
||||
{
|
||||
public enum DifficultyLevel
|
||||
{
|
||||
Normal, Hard, Expert, Inferno
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user