CORE dashboard + a lot of changes
This commit is contained in:
@@ -11,8 +11,11 @@ using UnityEngine.AI;
|
||||
namespace RPGCore.Movement.ObjectModules.UnitMovement
|
||||
{
|
||||
[Serializable]
|
||||
[RequireComponent(typeof(UnitObject))]
|
||||
[RequireComponent(typeof(CapsuleCollider))]
|
||||
[ObjectModule(
|
||||
name: "[Movement] Action Movement",
|
||||
description: "Attached to <b>UnitObject</b>. Simple movement module that allows movement in given direction. Made with action type movement in mind."
|
||||
)]
|
||||
public class UnitMovementModule : ObjectModule<UnitObject>
|
||||
{
|
||||
// SERIALIZED
|
||||
|
||||
Reference in New Issue
Block a user