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
+1 -1
View File
@@ -40,7 +40,7 @@ public class LevelController : MonoBehaviour
}
[Serializable]
public class SpawnPointInfo {
public struct SpawnPointInfo {
public Transform transform;
public float radius;
}