mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Updated NetworkManager ScriptTemplate
This commit is contained in:
parent
76ebb86d6d
commit
1bc8232d60
@ -59,9 +59,9 @@ public class #SCRIPTNAME# : NetworkManager
|
|||||||
/// Set the frame rate for a headless server.
|
/// Set the frame rate for a headless server.
|
||||||
/// <para>Override if you wish to disable the behavior or set your own tick rate.</para>
|
/// <para>Override if you wish to disable the behavior or set your own tick rate.</para>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public override void ConfigureServerFrameRate()
|
public override void ConfigureHeadlessFrameRate()
|
||||||
{
|
{
|
||||||
base.ConfigureServerFrameRate();
|
base.ConfigureHeadlessFrameRate();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user