using System.Collections; using System.Collections.Generic; using UnityEngine; public class Burnable : MonoBehaviour { public BurnQuality Quality; public bool BurningInCampfire = false; }