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