Пример #1
0
 public static bool UpdateUserPoint <T>(string type, T actionType, bool isNormal, TryUpdateUserPointCallback2 beforeUpdate) where T : struct
 {
     return(UpdateUserPoint <T>(null, type, actionType, isNormal, 0, null, beforeUpdate));
 }