OldBlueWater/BlueWater/Assets/NWH/Common/Scripts/Vehicle/ShowInTelemetry.cs
2023-12-19 11:31:29 +09:00

9 lines
159 B
C#

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