Add new clothing system
[18plus-7leafadventure.git] / src / IHovertextRecipient.as
blob0aaee24b96add39eaf840cb9f02b11ea146b4b6f
1 package
4 /**
5 * ...
6 * @author Harbinger
7 */
8 public interface IHovertextRecipient
10 function setHoverText(text:String):void;
11 function getHoverText():String;