testss
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace UnityEditor.ShaderGraph
|
||||
{
|
||||
struct ParentGroupChange
|
||||
{
|
||||
public IGroupItem groupItem;
|
||||
public GroupData oldGroup;
|
||||
public GroupData newGroup;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user