Exemplo n.º 1
0
 public static ErrorCode NotifyPlusFeature(PlusFeature features)
 {
     return(PrxNpRequestNotifyPlusFeatureDefaultUser((ulong)features));
 }
Exemplo n.º 2
0
 public static ErrorCode CheckPlus(PlusFeature features)
 {
     return(PrxNpRequestCheckPlusDefaultUser((ulong)features));
 }
Exemplo n.º 3
0
 public static ErrorCode NotifyPlusFeature(int userid, PlusFeature features)
 {
     return(PrxNpRequestNotifyPlusFeature(userid, (ulong)features));
 }
Exemplo n.º 4
0
 public static ErrorCode CheckPlus(int userid, PlusFeature features)
 {
     return(PrxNpRequestCheckPlus(userid, (ulong)features));
 }