summaryrefslogtreecommitdiff
path: root/MorgSimulator/IFeedingStrategy.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MorgSimulator/IFeedingStrategy.cs')
-rw-r--r--MorgSimulator/IFeedingStrategy.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/MorgSimulator/IFeedingStrategy.cs b/MorgSimulator/IFeedingStrategy.cs
deleted file mode 100644
index b0344ea..0000000
--- a/MorgSimulator/IFeedingStrategy.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-namespace MorgSimulator
-{
- public interface IFeedingStrategy
- {
- void Feed(Morg predator, Morg prey);
- }
-}