namespace UI { public sealed class AIChatMessageContext : UIContext { public bool IsPlayer; public string Content; } }