using Services; using UnityEngine; namespace Structs { public struct FallMove { public Vector2Int from; public Vector2Int to; public Gem gem; } }