16 lines
237 B
C#
16 lines
237 B
C#
namespace rail
|
|
{
|
|
public class CreateCustomerDrawBrowserOptions
|
|
{
|
|
public int content_offset_x;
|
|
|
|
public int content_offset_y;
|
|
|
|
public uint content_window_height;
|
|
|
|
public bool has_scroll;
|
|
|
|
public uint content_window_width;
|
|
}
|
|
}
|