using System; using UnityEngine; public class OnPlayerMovesEventArgs : EventArgs { public Vector3 PointToMove; }