14 lines
194 B
C#
14 lines
194 B
C#
|
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
using UnityEditor;
|
||
|
using UnityEngine;
|
||
|
|
||
|
namespace BITKit.GameEditor
|
||
|
{
|
||
|
public class AddressableEditorWindow : EditorWindow
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|