8 lines
99 B
C#
8 lines
99 B
C#
|
using UnityEngine;
|
||
|
|
||
|
namespace RoR2;
|
||
|
|
||
|
public class PrefabReferenceAttribute : PropertyAttribute
|
||
|
{
|
||
|
}
|