Import fixup of old code into new Unity project

This commit is contained in:
muskit
2023-06-14 03:05:31 -07:00
parent a59d7b168b
commit 172675a722
90 changed files with 6184 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
using System;
namespace WacK.Data.Chart
{
public enum DifficultyLevel
{
Normal, Hard, Expert, Inferno
}
}