using UnityEngine; public class DamagerBase : MonoBehaviour { public int value = 1; }