17 public bool AddBandits()
19 Point centerPos = this.map.bounds.GetCenterPos();
20 for (
int i = 0; i < 5; i++)
23 this.zone.AddCardSplinkle(t, centerPos, 5);
29 public bool AddMerchant(
string id)
31 Point centerPos = this.map.bounds.GetCenterPos();
33 this.zone.AddCard(t, centerPos);