campfire/Assets/Scripts/Burnable.cs

9 lines
200 B
C#

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