remove redundant struct
This commit is contained in:
parent
19ff37e7b8
commit
d0b5c4d514
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include <filesystem>
|
|
||||||
|
|
||||||
namespace fs = std::filesystem;
|
|
||||||
|
|
||||||
struct DifficultySettings {
|
|
||||||
double hpDrainRate;
|
|
||||||
double circleSize;
|
|
||||||
double approachRate;
|
|
||||||
double overallDifficulty;
|
|
||||||
};
|
|
Loading…
Reference in a new issue