7 lines
119 B
C#
7 lines
119 B
C#
namespace Nitrox.Launcher.Models.Design;
|
|
|
|
public interface IRoutingScreen
|
|
{
|
|
object ActiveViewModel { get; set; }
|
|
}
|