namespace FL
{
public static partial class PersistenceKeys
{
public const string last_login_account = "fl_last_login_account";
///
/// 圣兵列表排序类型
///
public const string partner_sort_type = "partner_sort_type";
///
/// 铭文列表排序类型
///
public const string epigraph_sort_type = "epigraph_sort_type";
///
/// 时空塔楼双倍选择
///
public const string fuben_sktl_double = "fuben_sktl_double";
}
}