Restructuring of the files
This commit is contained in:
16
Facepunch.Steamworks/ServerList/LocalNetwork.cs
Normal file
16
Facepunch.Steamworks/ServerList/LocalNetwork.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Facepunch.Steamworks.ServerList
|
||||
{
|
||||
public class LocalNetwork : Base
|
||||
{
|
||||
internal override void LaunchQuery()
|
||||
{
|
||||
request = Internal.RequestLANServerList( AppId.Value, IntPtr.Zero );
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user