Add StickGame Assets
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using FishNet.Component.ColliderRollback;
|
||||
using UnityEngine;
|
||||
|
||||
namespace FishNet.Managing
|
||||
{
|
||||
public sealed partial class NetworkManager : MonoBehaviour
|
||||
{
|
||||
|
||||
#region Public.
|
||||
/// <summary>
|
||||
/// RollbackManager for this NetworkManager.
|
||||
/// </summary>
|
||||
public RollbackManager RollbackManager { get; private set; }
|
||||
#endregion
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user