find-object-bundle-builder/FindObjectBundleBuilder/Assets/YooAsset/Editor/AssetBundleBuilder/BuildSystem/IContextObject.cs

7 lines
72 B
C#
Raw Permalink Normal View History

2025-04-18 07:35:35 +00:00

namespace YooAsset.Editor
{
public interface IContextObject
{
}
}