using System.Collections.Generic; namespace rail { public class MergeAssetsFinished : EventBase { public List source_assets = new List(); public ulong new_asset_id; } }