BITFALL/Assets/Artists/Scripts/Entities/FootStep/EntityFootstep.cs

15 lines
251 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using BITKit;
using BITKit.Entities;
namespace BITFALL.Entites
{
public class EntityFootstep : EntityBehavior
{
void FootStep()
{
}
}
}