2025-01-20 14:05:21 -06:00

9 lines
181 B
C#

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