new Hightlight system

This commit is contained in:
2023-12-13 20:01:38 +02:00
parent e1d2951ee0
commit 11c4d217c3
15 changed files with 267 additions and 4426 deletions
-5
View File
@@ -1,11 +1,6 @@
using System;
using UnityEngine;
public class OnSelectedObjectChangedEventArgs : EventArgs
{
public BaseInteractableObject SelectedObject;
}
public class OnPlayerMovesEventArgs : EventArgs
{
public Vector3 PointToMove;