8 lines
190 B
C#
8 lines
190 B
C#
using System.Diagnostics;
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using UnityEngine.Scripting;
|
|
|
|
[assembly: AlwaysLinkAssembly]
|
|
[assembly: AssemblyVersion("0.0.0.0")]
|