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/UpdatedEventArgs.cs

6 lines
112 B
C#

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