10 lines
160 B
C#
10 lines
160 B
C#
namespace rail
|
|
{
|
|
public class AsyncUpdateMetadataResult : EventBase
|
|
{
|
|
public EnumRailSpaceWorkType type;
|
|
|
|
public SpaceWorkID id = new SpaceWorkID();
|
|
}
|
|
}
|