コード例 #1
0
 //数据变化
 public void PushDataChange(ulong uId, CharacterSimpleData info)
 {
     mImpl.PushDataChange(this, uId, info);
 }