namespace GameWrapper.Story
{
public class EDPlayerTalkData
public int playerId;
public string talkMsg;
public bool isPangbai;
}