mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-06-16 04:00:59 +00:00
10 lines
173 B
C#
10 lines
173 B
C#
namespace BOTWM.Server.DTO
|
|
{
|
|
public class ConnectDTO
|
|
{
|
|
public string Name;
|
|
public string Password;
|
|
public ModelDataDTO ModelData;
|
|
}
|
|
}
|