1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-13 09:08:34 +00:00
CUE.NET/Devices/Generic/EventArgs/UpdatingEventArgs.cs

6 lines
113 B
C#

namespace CUE.NET.Devices.Generic.EventArgs
{
public class UpdatingEventArgs : System.EventArgs
{ }
}