mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-05 23:43:49 +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()
|
|
{
|
|
}
|
|
}
|
|
}
|