Files
dungeons/Assets/Plugins/Zenject/Source/Internal/PreserveAttribute.cs

10 lines
170 B
C#

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