Ducktaped together a FishNet version of the Transport, now I need to edit the LoadBalancer and Server so it connects and actually trades information
10 lines
No EOL
193 B
C#
10 lines
No EOL
193 B
C#
namespace FishNet.Object.Synchronizing
|
|
{
|
|
/// <summary>
|
|
/// Which clients or server may write updates.
|
|
/// </summary>
|
|
public enum WritePermission
|
|
{
|
|
ServerOnly
|
|
}
|
|
} |