campfire/Assets/Scripts/Burnable.cs

8 lines
163 B
C#
Raw Normal View History

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
2020-04-19 04:05:54 +02:00
[RequireComponent(typeof(Rigidbody))]
public class Burnable : MonoBehaviour {
}