forked from cgvr/DeltaVR
deltavr multiplayer 2.0
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace FishNet.Object.Synchronizing
|
||||
{
|
||||
/// <summary>
|
||||
/// Which clients or server may write updates.
|
||||
/// </summary>
|
||||
public enum WritePermission
|
||||
{
|
||||
ServerOnly
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user