using UnityEngine; public class ThermalSystem : MonoBehaviour { void Start() { } void Update() { } }