Code refactor
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
public class OnSelectedObjectChangedEventArgs : EventArgs
|
||||
{
|
||||
public Transform SelectedObject;
|
||||
}
|
||||
|
||||
public class OnMovementTargetSelectedEventArgs:EventArgs
|
||||
{
|
||||
public Vector3 PointToMove;
|
||||
}
|
||||
Reference in New Issue
Block a user