Files
Test-Multiplayer/Library/PackageCache/com.unity.render-pipelines.universal@bc6f352be672/Editor/AssetVersion.cs
pelpanagiotis 329b7d3183 First Commit
2025-12-21 18:31:02 +02:00

10 lines
148 B
C#

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