1 2 3 4 5 6 7
namespace MorgSimulator.Framework { public interface IFeedingStrategy { void Feed(Entity predator, Entity prey); } }