VR4Medical/ICI/Library/PackageCache/com.unity.learn.iet-framework@4bd5247958fc/Tests/Editor/TestAsset.cs
2025-07-29 13:45:50 +03:00

7 lines
110 B
C#

using UnityEngine;
namespace Unity.Tutorials.Core.Editor.Tests
{
class TestAsset : ScriptableObject {}
}