彻底换一下
This commit is contained in:
@@ -48,7 +48,7 @@ public class UISellAreasPanel : MonoBehaviour
|
||||
MapManager.Instance.SetCurSellCenterPoint(item.itemIdx, radius);
|
||||
item.txtPos.text = $"{pos.x},{pos.y}";
|
||||
item.txtRadius.text = radius.ToString();
|
||||
MapManager.Instance.CreateSpecialPoint(pos.x, pos.y, MapManager.EditCellType.SellArea);
|
||||
MapManager.Instance.CreateSpecialPoint(pos, item);
|
||||
}
|
||||
|
||||
public void RemoveAll()
|
||||
|
||||
Reference in New Issue
Block a user