mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
10 lines
137 B
C#
10 lines
137 B
C#
namespace AssetRipper.GUI.Web.Free;
|
|
|
|
public static class Program
|
|
{
|
|
public static void Main()
|
|
{
|
|
WebApplicationLauncher.Launch();
|
|
}
|
|
}
|