OldBlueWater/BlueWater/Assets/NWH/Common/Scripts/Vehicle/ShowInTelemetry.cs
2023-08-01 13:03:57 +09:00

9 lines
159 B
C#

using System;
namespace NWH.Common.Vehicles
{
[AttributeUsage(AttributeTargets.All)]
public partial class ShowInTelemetry : Attribute
{
}
}