public Snake() { crawlable = new CrawlOption(); predator.IsPredator = true; }
public Cat() { crawlable = new CrawlOption(); }