using Newtonsoft.Json.Linq; namespace ET { public class ErrorTextInfo : Entity, IAwake<string>, IDestroy { public string msgType = "text"; public string text; } }