namespace Breath_of_the_Wild_Multiplayer.MVVM.Model { public class NpcModel { public string Name { get; set; } public string Folder { get; set; } } }