mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-07-28 16:46:25 +00:00
9 lines
181 B
C#
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; }
|
|
}
|
|
}
|