mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Moved the OpenSimMain class into the OpenSim.exe project
This commit is contained in:
@@ -7,7 +7,8 @@ using OpenSim.Framework.Console;
|
||||
namespace OpenSim
|
||||
{
|
||||
public class Application
|
||||
{
|
||||
{
|
||||
//could move our main function into OpenSimMain and kill this class
|
||||
[STAThread]
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user