Ejemplo n.º 1
0
 //获得当前角色当天在线时间
 public long GetTodayOnlineTime()
 {
     return(mImpl.GetTodayOnlineTime(this));
 }