10 lines
140 B
C#
10 lines
140 B
C#
namespace rail
|
|
{
|
|
public class NotifyMetadataChange : EventBase
|
|
{
|
|
public RailID changer_id = new RailID();
|
|
|
|
public ulong room_id;
|
|
}
|
|
}
|