2025-02-09 11:09:54 -05:00
|
|
|
using System.Collections;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
|
|
namespace Ichni.Editor
|
|
|
|
|
{
|
2025-02-13 02:04:41 -05:00
|
|
|
public abstract class StaticWindow : MonoBehaviour
|
2025-02-09 11:09:54 -05:00
|
|
|
{
|
2025-02-13 02:04:41 -05:00
|
|
|
|
2025-02-09 11:09:54 -05:00
|
|
|
}
|
|
|
|
|
}
|