new Hightlight system
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
public class OnSelectedObjectChangedEventArgs : EventArgs
|
||||
{
|
||||
public BaseInteractableObject SelectedObject;
|
||||
}
|
||||
|
||||
public class OnPlayerMovesEventArgs : EventArgs
|
||||
{
|
||||
public Vector3 PointToMove;
|
||||
|
||||
Reference in New Issue
Block a user