Example #1
0
 public void SetRoleByPoints(ulong roleid, ulong serverid, int points)
 {
     context.AddRoleByPoints(roleid, serverid, points);
 }