init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using RPGCore.Core.Objects;
|
||||
using RPGCore.ObjectModules.EventObjectModule;
|
||||
using UnityEngine;
|
||||
|
||||
namespace IntoTheAbyss.Events
|
||||
{
|
||||
public class RotateEvent : BasePreventableEvent<UnitObject>
|
||||
{
|
||||
public UnitObject unit;
|
||||
public Vector3 direction;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user