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