1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 17:26:02 +08:00
xNode/Scripts/Editor/Interfaces/INodeGraphEditor.cs
Thor Brigsted 8424118184 WIP
2019-05-31 01:15:19 +02:00

17 lines
251 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class INodeGraphEditor : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}