1
0
Glax-VRC-OSC/GlaxOSC/ParameterValue.cs
2024-05-13 17:57:10 +02:00

9 lines
184 B
C#

// ReSharper disable InconsistentNaming
#pragma warning disable CS0169 // Field is never used
namespace GlaxOSC;
public struct ParameterValue
{
private string address, type;
}