using System.Collections.Generic; namespace rail { public class VoiceChannelUsersSpeakingStateChangedEvent : EventBase { public RailVoiceChannelID voice_channel_id = new RailVoiceChannelID(); public List users_speaking_state = new List(); } }