11 lines
140 B
C#
11 lines
140 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
|
|
namespace NeoFPS
|
|
{
|
|
public class RequiredObjectPropertyAttribute : PropertyAttribute
|
|
{
|
|
}
|
|
}
|