deltavr multiplayer 2.0
This commit is contained in:
13
Assets/FishNet/Runtime/Object/EmptyNetworkBehaviour.cs
Normal file
13
Assets/FishNet/Runtime/Object/EmptyNetworkBehaviour.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
namespace FishNet.Object
|
||||
{
|
||||
/// <summary>
|
||||
/// This may be added at runtime to find objects without any network scripts, beneath a NetworkObject.
|
||||
/// </summary>
|
||||
public class EmptyNetworkBehaviour : NetworkBehaviour
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user