using UnityEngine; namespace UnityEditor.Rendering.HighDefinition { class AssetVersion : ScriptableObject { public int version; } }