Files
Flappy-Bird-AI-Driven-Result/Assets/Plugins/Zenject/Source/Internal/PreserveAttribute.cs
T
2026-03-16 14:38:46 +02:00

10 lines
170 B
C#

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