update dlls
This commit is contained in:
parent
4aba4de9d3
commit
34b75a805c
Binary file not shown.
@ -118,6 +118,7 @@ namespace astealz.BotMonitor
|
||||
distance.BotName = player.Profile.GetNickname();
|
||||
distance.Distance = botOwner.DistTo(localPlayer.Transform.position);
|
||||
distance.BotType = botOwner.Profile.GetRole();
|
||||
distance.Side = botOwner.Side;
|
||||
distance.BotDifficulty = botOwner.Profile.GetDifficulty();
|
||||
zoneData.Distance.Add(distance);
|
||||
}
|
||||
@ -155,7 +156,7 @@ namespace astealz.BotMonitor
|
||||
{
|
||||
foreach (var element in keyValue.Value.Distance)
|
||||
{
|
||||
stringBuilder.AppendLine($" > [{element.Distance.ToString("F1")}m] [{element.BotType.ToStr()}][{element.BotDifficulty.ToStr()}] '{element.BotName.TransliterateThis()}'");
|
||||
stringBuilder.AppendLine($" > [{element.Distance.ToString("F1")}m] [{element.BotType.ToStr()}][{element.BotDifficulty.ToStr()}] [{element.Side}] '{element.BotName.TransliterateThis()}'");
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -192,6 +193,7 @@ namespace astealz.BotMonitor
|
||||
public string BotName { get; set; }
|
||||
public WildSpawnType BotType { get; set; }
|
||||
public BotDifficulty BotDifficulty { get; set; }
|
||||
public EPlayerSide Side { get; set; }
|
||||
public float Distance { get; set; }
|
||||
|
||||
public DistanceData()
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user