add ckg
plantilla base para movimiento básico
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class customOrderBehaviorToWait : customOrderBehavior
|
||||
{
|
||||
public override void activateOrder (Transform character)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
public override Transform getCustomTarget (Transform character, Transform orderOwner)
|
||||
{
|
||||
return orderOwner;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user