using System.Collections.Generic; namespace rail { public class RailFriendsMetadataChanged : EventBase { public List friends_changed_metadata = new List(); } }