mirror of
https://github.com/imperialsushi/gutterball-3.git
synced 2025-06-15 05:07:42 +00:00

Moving cam replay. Fixed the bugs. New Version 1.42 Moving cam replay. Fixed the bugs. New Version 1.42 Moving cam replay, Fixed the bugs.
8 lines
326 B
C#
8 lines
326 B
C#
using System.Runtime.CompilerServices;
|
|
using UnityEditor.Experimental.UIElements;
|
|
|
|
[assembly: InternalsVisibleTo("Unity.PackageManagerCaptain.Editor")]
|
|
[assembly: InternalsVisibleTo("Unity.PackageManagerUI.EditorTests")]
|
|
#if UNITY_2018_3_OR_NEWER
|
|
[assembly: UxmlNamespacePrefix("UnityEditor.PackageManager.UI", "upm")]
|
|
#endif
|