Files
sber-ar/Assets/Plugins/Zenject/Source/Internal/PreserveAttribute.cs
T

10 lines
170 B
C#

using System;
namespace ModestTree.Util
{
[AttributeUsage(AttributeTargets.All, AllowMultiple = false)]
public class PreserveAttribute : Attribute
{
}
}