OldBlueWater/BlueWater/Assets/NWH/Common/Scripts/Vehicle/ShowInTelemetry.cs

9 lines
159 B
C#
Raw Normal View History

2023-12-19 02:31:29 +00:00
using System;
namespace NWH.Common.Vehicles
{
[AttributeUsage(AttributeTargets.All)]
public partial class ShowInTelemetry : Attribute
{
}
}