mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-07-27 16:16:24 +00:00
12 lines
273 B
C#
12 lines
273 B
C#
using static Breath_of_the_Wild_Multiplayer.MVVM.Model.CharacterModel;
|
|
|
|
namespace Breath_of_the_Wild_Multiplayer.MVVM.Model.DTO
|
|
{
|
|
public class ModelDataDTO
|
|
{
|
|
public ModelType Type;
|
|
public string Model;
|
|
public BumiiDTO BumiiData;
|
|
}
|
|
}
|