mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Enemy resource
This commit is contained in:
parent
53b98bf729
commit
fff3ddc3cf
5 changed files with 136 additions and 0 deletions
9
Scripts/Enums/DifficultyLevel.cs
Normal file
9
Scripts/Enums/DifficultyLevel.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Cirno.Scripts.Enums;
|
||||
|
||||
public enum DifficultyLevel
|
||||
{
|
||||
Easy,
|
||||
Normal,
|
||||
Hard,
|
||||
Lunatic
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue