浏览代码

Disabled SceneLogicEditor in menus for the time being

/main
Thomas ICHÉ 5 年前
当前提交
6e7b27cc
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 5
      Editor/SceneLogicEditor/SceneLogicEditor.cs

5
Editor/SceneLogicEditor/SceneLogicEditor.cs


using System;
using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;

public class SceneLogicEditor : BaseGraphWindow
{
[MenuItem("Window/Gameplay Ingredients/Scene Logic")]
// TODO : When usable, uncomment this
//[MenuItem("Window/Gameplay Ingredients/Scene Logic")]
static void OpenLogicEditor()
{
GetWindow<SceneLogicEditor>();

正在加载...
取消
保存