using GameCore; using UnityEngine; namespace EventMowForTreasure { public class EventMowForTreasureObstacleBrokeEvent { public ItemData ItemData; public Vector2 Position; } }