Have messages know their own formatting string.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4496 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-01-02 22:51:51 +00:00
parent dca9072595
commit f65729f635
6 changed files with 58 additions and 0 deletions
@@ -36,5 +36,10 @@ public class TellFeedbackMessage extends UserMessage
super(target, null, message);
setClientInfo(message, ChatCodes.PLACE_CHAT_TYPE);
}
override public function getFormat () :String
{
return "m.told_format";
}
}
}