14 lines
210 B
C#
14 lines
210 B
C#
namespace rail
|
|
{
|
|
public class TakeScreenshotResult : EventBase
|
|
{
|
|
public uint thumbnail_file_size;
|
|
|
|
public string thumbnail_filepath;
|
|
|
|
public uint image_file_size;
|
|
|
|
public string image_file_path;
|
|
}
|
|
}
|