Files
AR-Menu/Library/PackageCache/com.needle.engine-exporter@8c046140a1d9/Common/Runtime/Interfaces/IAssetDependencyInfo.cs
2025-11-30 08:35:03 +02:00

8 lines
122 B
C#

namespace Needle.Engine
{
public interface IAssetDependencyInfo
{
bool HasChanged { get; }
void WriteToCache();
}
}