mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-12-02 08:49:13 +00:00
10 lines
154 B
C#
10 lines
154 B
C#
|
using SanAndreasUnity.Utilities;
|
|||
|
using UnityEditor;
|
|||
|
|
|||
|
namespace SanAndreasUnity.Editor
|
|||
|
{
|
|||
|
public class EditorWindowBase : EditorWindow
|
|||
|
{
|
|||
|
}
|
|||
|
}
|