public SayProcessor(EmoteTypes EmoteType)
		{
			this.EmoteType = EmoteType;
		}
 public SayProcessor(EmoteTypes EmoteType)
 {
     this.EmoteType = EmoteType;
 }