10 lines
146 B
C#
10 lines
146 B
C#
using System;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x020004AB RID: 1195
|
|
internal class ThreadAndSerializationSafeAttribute : Attribute
|
|
{
|
|
}
|
|
}
|