2025-01-20 14:05:21 -06:00

10 lines
183 B
C#

using System.Collections.Generic;
namespace Breath_of_the_Wild_Multiplayer.MVVM.Model.DTO
{
public class NamesDTO
{
public Dictionary<byte, string> Names;
}
}