NLDClient-yudde/ProjectNLD/Assets/Code/Scripts/GameWrapper/Story/EDPlayerTalkData.cs

10 lines
169 B
C#

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