Beispiel #1
0
 public bool FromJSON(JToken token)
 {
     AccountDBKey   = JSONUtility.GetValue(token, "AccountDBKey", Default.AccountDBKey);
     PermissionType = JSONUtility.GetValueEnum(token, "PermissionType", Default.PermissionType);
     Level          = JSONUtility.GetValue(token, "Level", Default.Level);
     RegisterTime   = JSONUtility.GetValue(token, "RegisterTime", Default.RegisterTime);
     return(true);
 }