9 lines
183 B
C#
9 lines
183 B
C#
using UnityEngine;
|
|
|
|
namespace Continentis.MainGame.UI
|
|
{
|
|
public class InformationPage : UIPageBase
|
|
{
|
|
public CharacterInformationPanel characterInformationPanel;
|
|
}
|
|
} |