projectEli/Assets/NeoFPS/Core/Utilities/RequiredObjectPropertyAttribute.cs

11 lines
140 B
C#
Raw Normal View History

2022-11-07 01:28:33 +00:00
using System;
using UnityEngine;
namespace NeoFPS
{
public class RequiredObjectPropertyAttribute : PropertyAttribute
{
}
}