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