1
0
Glax-VRC-OSC/GlaxOSC/ParameterValue.cs

9 lines
184 B
C#
Raw Normal View History

2024-05-13 17:57:10 +02:00
// ReSharper disable InconsistentNaming
#pragma warning disable CS0169 // Field is never used
namespace GlaxOSC;
public struct ParameterValue
{
private string address, type;
}