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:
@@ -80,6 +80,9 @@ public interface ChatCodes extends InvocationCodes
|
|||||||
* broadcast. */
|
* broadcast. */
|
||||||
public static final byte BROADCAST_MODE = 4;
|
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. */
|
/** String translations for the various chat modes. */
|
||||||
public static final String[] XLATE_MODES = {
|
public static final String[] XLATE_MODES = {
|
||||||
"default", "think", "emote", "shout", "broadcast"
|
"default", "think", "emote", "shout", "broadcast"
|
||||||
|
|||||||
Reference in New Issue
Block a user