using UnityEngine; public class Sol : MonoBehaviour { public int floorLevel = 0; // 0 = sol, 1 = pont, etc. }