Initial commit (r9)
[18plus-7leafadventure.git] / src / IHovertextRecipient.as
blob4820f4dc2ce71e354ff7f1cb3767d03b238f0c7e
1 package
4 /**
5 * ...
6 * @author N3X15
7 */
8 public interface IHovertextRecipient
10 function setHoverText(text:String):void;
11 function getHoverText():String;