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.
11 lines
341 B
C#
11 lines
341 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
// Allow internal visibility for testing purposes.
|
|
[assembly: InternalsVisibleTo("Unity.TextCore")]
|
|
|
|
[assembly: InternalsVisibleTo("Unity.FontEngine.Tests")]
|
|
|
|
#if UNITY_EDITOR
|
|
[assembly: InternalsVisibleTo("Unity.TextCore.Editor")]
|
|
[assembly: InternalsVisibleTo("Unity.TextMeshPro.Editor")]
|
|
#endif
|