mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-06-16 20:20:56 +00:00
11 lines
201 B
C#
11 lines
201 B
C#
namespace BOTWM.Server.DTO
|
|
{
|
|
public class ModelDataDTO
|
|
{
|
|
public string Name;
|
|
public string Model;
|
|
public bool IsArmorSync;
|
|
public BumiiDTO BumiiData;
|
|
}
|
|
}
|