using UnityEngine; namespace UnityAtoms { public abstract class Collider2DGameObjectEventAction : GameAction { } }