mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 20:55:44 +00:00
Reset custom battle armies on entry (#8783)
This commit is contained in:
+5
@@ -44,6 +44,11 @@ public class CustomBattleHandler : MonoBehaviour, IClientConnectionSubscriber {
|
||||
_eagleConnection = conn;
|
||||
_persistentClientConnection = persistentClientConnection;
|
||||
|
||||
yourUnitsController.RowCount = 0;
|
||||
aiUnitsController.RowCount = 0;
|
||||
_heroNames.Clear();
|
||||
_heroImages.Clear();
|
||||
|
||||
var random = new Random();
|
||||
const string chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
|
||||
string gameId = new string(
|
||||
|
||||
Reference in New Issue
Block a user