Method | Description | |
---|---|---|
CreateBattleground ( int rows, int collumns, Game.AntWars.ViewModels.AntWarsViewModel antWarsViewModel ) : void |
Method | Description | |
---|---|---|
AddLawnUnit ( int i, int j ) : Game.AntWars.Models.BaseUnits.GridUnitModel | ||
AddObsticlesWithProbability ( int i, int j ) : Game.AntWars.Models.BaseUnits.GridUnitModel | ||
InitiateBattlefield ( ) : void | ||
ReturnDefaultLogo ( ) : void | ||
ReturnWithSomeProbability ( ) : UnmovableObjectTypes |
public static CreateBattleground ( int rows, int collumns, Game.AntWars.ViewModels.AntWarsViewModel antWarsViewModel ) : void | ||
rows | int | |
collumns | int | |
antWarsViewModel | Game.AntWars.ViewModels.AntWarsViewModel | |
return | void |