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