using System; namespace GameData { [Serializable] public class CMBMiniPayBody { public string UserName; public string Path; } }