update: changed classes to structs
fix: DeployMenu render order
This commit is contained in:
@@ -40,7 +40,7 @@ public class LevelController : MonoBehaviour
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public class SpawnPointInfo {
|
||||
public struct SpawnPointInfo {
|
||||
public Transform transform;
|
||||
public float radius;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user