diff --git a/src/entity/Animal.php b/src/entity/Animal.php deleted file mode 100644 index 17fb750b2..000000000 --- a/src/entity/Animal.php +++ /dev/null @@ -1,41 +0,0 @@ -baby; - } - - protected function syncNetworkData(EntityMetadataCollection $properties) : void{ - parent::syncNetworkData($properties); - $properties->setGenericFlag(EntityMetadataFlags::BABY, $this->baby); - } -}