Newer
Older
HierarchicalFSM-Unity3D / Assets / Scripts / NPC / FSM / Actions / Combat / Ranged / GoToCoverAction.cs
@Rackday Rackday on 14 Aug 127 bytes Major Update
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class GoToCoverAction : Action
{
    
}