mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-07-27 08:06:25 +00:00
10 lines
192 B
C#
10 lines
192 B
C#
namespace Breath_of_the_Wild_Multiplayer.MVVM.Model
|
|
{
|
|
public class Background
|
|
{
|
|
public string Path;
|
|
public string Filename;
|
|
public string Extension;
|
|
}
|
|
}
|