Specify the last chat mode so that we can define new ones without

fear of overlap.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6023 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2010-01-28 21:10:33 +00:00
parent a996fe44a6
commit d8b59b64c9
@@ -80,6 +80,9 @@ public interface ChatCodes extends InvocationCodes
* broadcast. */
public static final byte BROADCAST_MODE = 4;
/** The last chat mode defined in the interface. */
public static final byte LAST_MODE = BROADCAST_MODE;
/** String translations for the various chat modes. */
public static final String[] XLATE_MODES = {
"default", "think", "emote", "shout", "broadcast"