namespace Wizard; public class AIEmoteUtility { public static bool IsSystemEmoteKey(int emoteKey) { return emoteKey < 1000; } }