8 lines
157 B
C#
8 lines
157 B
C#
|
using System.Collections;
|
|||
|
using System.Collections.Generic;
|
|||
|
using UnityEngine;
|
|||
|
|
|||
|
public class Burnable : MonoBehaviour {
|
|||
|
public BurnQuality Quality;
|
|||
|
}
|