namespace WingsEmu.Game.SnackFood; public interface IFoodSnackComponentFactory { IFoodSnackComponent CreateFoodSnackComponent(); }