using Assets.PixelFantasy.Common.Scripts; namespace Assets.PixelFantasy.PixelMonsters.Common.Scripts { /// /// The main monster script. /// public class Monster : Creature { } }