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