Animace + Menu
This commit is contained in:
10
Networking/NGO/ISteamNGOAdapter.cs
Normal file
10
Networking/NGO/ISteamNGOAdapter.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace MegaKoop.Networking
|
||||
{
|
||||
// Implement this interface on a component attached to your NetworkManager GameObject.
|
||||
// Use it to configure your chosen Steam transport (SteamNetworkingSockets) for NGO.
|
||||
public interface ISteamNGOAdapter
|
||||
{
|
||||
void ConfigureHost(ulong hostSteamId);
|
||||
void ConfigureClient(ulong hostSteamId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user