12 lines
229 B
C#
12 lines
229 B
C#
|
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
using UnityEngine;
|
||
|
|
||
|
public class GoldRealMsg
|
||
|
{
|
||
|
public string openId;
|
||
|
public Dictionary<string, string> realRecord;
|
||
|
public int money;
|
||
|
public int state;
|
||
|
}
|