9 lines
159 B
C#
9 lines
159 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace NWH.Common.Vehicles
|
|||
|
{
|
|||
|
[AttributeUsage(AttributeTargets.All)]
|
|||
|
public partial class ShowInTelemetry : Attribute
|
|||
|
{
|
|||
|
}
|
|||
|
}
|