9 lines
126 B
C#
9 lines
126 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace Misaki.GraphView
|
|
{
|
|
public class GraphModel : ScriptableObject
|
|
{
|
|
}
|
|
} |