remove redundant struct

This commit is contained in:
jacekpoz 2024-04-25 11:53:51 +02:00
parent 19ff37e7b8
commit d0b5c4d514
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -1,12 +0,0 @@
#pragma once
#include <filesystem>
namespace fs = std::filesystem;
struct DifficultySettings {
double hpDrainRate;
double circleSize;
double approachRate;
double overallDifficulty;
};