YanCheng_Metrology/Assets/Framework/Scripts/Runtime/Engine/Engine.Reference/IReference.cs

9 lines
99 B
C#

namespace MotionFramework.Reference
{
public interface IReference
{
void OnRelease();
}
}