using System.Collections.Generic; namespace Breath_of_the_Wild_Multiplayer.MVVM.Model.DTO { public class NamesDTO { public Dictionary Names; } }