This commit is contained in:
CWX
2025-01-13 14:08:21 +00:00
parent 33b937c841
commit de93e93d4d
+1 -1
View File
@@ -27,7 +27,7 @@ public class BotGenerator
/// <param name="botTemplate">base bot template to use (e.g. assault/pmcbot)</param>
/// <param name="profile">profile of player generating pscav</param>
/// <returns>BotBase</returns>
public BotBase GeneratePlayerScav(string sessionId, string role, string difficulty, BotType botTemplate, PmcData profile)
public PmcData GeneratePlayerScav(string sessionId, string role, string difficulty, BotType botTemplate, PmcData profile)
{
throw new NotImplementedException();
}