2026-05-10 11:47:55 -04:00
|
|
|
using SLSUtilities.UI;
|
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
|
|
namespace Cielonos.MainGame.UI
|
|
|
|
|
{
|
|
|
|
|
public class MainGamePages : UIElementBase
|
|
|
|
|
{
|
|
|
|
|
public MechanicalTableUIPage mechanicalTablePage;
|
|
|
|
|
public LogisticsCenterUIPage logisticsCenterPage;
|
2026-06-12 17:11:39 -04:00
|
|
|
public InventoryUIPage inventoryPage;
|
2026-05-10 11:47:55 -04:00
|
|
|
public MapUIPage mapPage;
|
|
|
|
|
public SettlementUIPage settlementPage;
|
|
|
|
|
}
|
|
|
|
|
}
|