mirror of
https://github.com/jwetzell/qController.git
synced 2026-07-26 10:38:50 +00:00
fe8bd257d1
- No more UDP - Lots of random refactoring as well
11 lines
148 B
C#
11 lines
148 B
C#
using System;
|
|
namespace qController.Classes.Cues
|
|
{
|
|
public class QDefinitions
|
|
{
|
|
public QDefinitions()
|
|
{
|
|
}
|
|
}
|
|
}
|