2020-06-28 18:15:22 -04:00

7 lines
96 B
C#

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