9 строки
148 Б
C#
9 строки
148 Б
C#
using UnityEngine;
|
|
|
|
namespace UnityEditor.Rendering.Universal
|
|
{
|
|
class AssetVersion : ScriptableObject
|
|
{
|
|
public int version;
|
|
}
|
|
}
|