//4. 생성자 로 타입을 받는다. protected Creature(CretureType type) { this.type = type; }
protected Part1_Section5_Creature(CretureType yupe) { this.type = type; }