14 lines
322 B
C#
14 lines
322 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace Ichni.Editor
|
|
{
|
|
public class MainPage : StaticWindow
|
|
{
|
|
public Canvas mainCanvas;
|
|
public ToolBar toolBar;
|
|
public ResolutionHints resolutionHints;
|
|
public LogWindow logWindow;
|
|
}
|
|
} |