mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-06-16 12:11:01 +00:00
7 lines
118 B
C#
7 lines
118 B
C#
namespace BOTWM.Server.DTO
|
|
{
|
|
public class NamesDTO
|
|
{
|
|
public Dictionary<byte, string> Names;
|
|
}
|
|
} |