mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* Added the two Sample Apps to the solution
* Made them build * They don't work though, gotta have a look see at that later. * ignored a shitload of bins
This commit is contained in:
@@ -7,14 +7,16 @@ using System.Net;
|
||||
using libsecondlife.Packets;
|
||||
using OpenSim.Framework.Interfaces;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Caches;
|
||||
|
||||
namespace SimpleApp2
|
||||
{
|
||||
public class MyPacketServer : PacketServer
|
||||
{
|
||||
private float[] m_map;
|
||||
|
||||
public MyPacketServer(float[] map, OpenSimNetworkHandler networkHandler, uint port ) : base( networkHandler, port )
|
||||
|
||||
public MyPacketServer(float[] map, ClientStackNetworkHandler networkHandler, uint port)
|
||||
: base(networkHandler, port)
|
||||
{
|
||||
m_map = map;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user