update: changed classes to structs

fix: DeployMenu render order
This commit is contained in:
KOSMOGOR
2025-04-24 14:31:28 +03:00
parent 851ee23092
commit 415cd48769
3 changed files with 51 additions and 6 deletions
+2 -2
View File
@@ -32,12 +32,12 @@ public class GameController : MonoBehaviour
}
public void OnLevelClear(string sceneName, float timeSpent) {
}
}
[Serializable]
public class LevelInfo {
public struct LevelInfo {
public SceneAsset scene;
public int hp;
public int maxHp;