Esempio n. 1
0
 public static void GetFullCharacter(int userId, int charSlot)
 {
     if (DatabaseFunctions.GetFullCharacter(userId, charSlot, out var fullCharBytes))
     {
         AgentConnection.connection.SendObject("FullCharacterBytes", fullCharBytes);
     }
 }