using UnityEngine; namespace Darkmatter.Core { public enum ZombieType { Fat, slim } }