Fixed difficulty stuff

This commit is contained in:
Pasha Bibko
2026-01-27 09:46:22 +00:00
parent 879d74da61
commit 27e3f70e38
3 changed files with 6 additions and 4 deletions

View File

@@ -37,8 +37,8 @@ namespace InterfaceOff.WorldScene
private string CurrentPlayerName { get; set; } = string.Empty;
private bool StoredCurrentScore = false;
private float Score;
#if UNITY_STANDALONE_WIN
#if UNITY_STANDALONE_WIN
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]
private static void OnStart()