using ProjectBase.Event; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace ShotSimulator.Event { public class ChamberStateEventData : BaseEventData { public bool IsChambered; } }