namespace Common.Events { public struct ScreenResizeEvent { public int width; public int height; } }