11 lines
206 B
C#
11 lines
206 B
C#
using GameCore;
|
|
using UnityEngine;
|
|
|
|
namespace EventMowForTreasure
|
|
{
|
|
public class EventMowForTreasureObstacleBrokeEvent
|
|
{
|
|
public ItemData ItemData;
|
|
public Vector2 Position;
|
|
}
|
|
} |