mirror of
https://github.com/DarthAffe/CUE.NET.git
synced 2025-12-13 09:08:34 +00:00
6 lines
113 B
C#
6 lines
113 B
C#
namespace CUE.NET.Devices.Generic.EventArgs
|
|
{
|
|
public class UpdatingEventArgs : System.EventArgs
|
|
{ }
|
|
}
|