14 lines
335 B
C#
14 lines
335 B
C#
using SLSUtilities.UI;
|
|
using UnityEngine;
|
|
|
|
namespace Cielonos.MainGame.UI
|
|
{
|
|
public class MainGamePages : UIElementBase
|
|
{
|
|
public MechanicalTableUIPage mechanicalTablePage;
|
|
public LogisticsCenterUIPage logisticsCenterPage;
|
|
public MapUIPage mapPage;
|
|
public SettlementUIPage settlementPage;
|
|
}
|
|
}
|