10 lines
191 B
C#
10 lines
191 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace Borodar.RainbowHierarchy
|
|
{
|
|
public static class HierarchyEditorProxy
|
|
{
|
|
public static Action<GameObject> UpdateOldRuleset;
|
|
}
|
|
} |