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; } }