1 package org
.sevenchan
.dongs
.bodyparts
3 import org
.sevenchan
.dongs
.Creature
;
8 public interface IBodyPart
10 function get name
():String;
11 function getDescr
(num
:Number, host
:Creature
):String;
13 function onFailedAttack
(from
:Creature
, to
:Creature
):void;
14 function onGoodAttack
(from
:Creature
, to
:Creature
):void;