mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 07:05:46 +08:00
11 lines
172 B
C#
11 lines
172 B
C#
namespace OpenSim._32BitLaunch
|
|
{
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
OpenSim.Application.Main(args);
|
|
}
|
|
}
|
|
}
|