r2mods/ilspy_dump/ror2_csproj/RoR2/PrefabReferenceAttribute.cs

8 lines
99 B
C#

using UnityEngine;
namespace RoR2;
public class PrefabReferenceAttribute : PropertyAttribute
{
}