empty class

This commit is contained in:
vis2k 2022-02-01 16:55:13 +08:00
parent 9912341f48
commit 21ac813163
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,19 @@
// NetworkServer statics wrap around a NetworkServerComponent for now.
// some day, we can:
// -> rename NetworkServerComponent to NetworkServer (and remove the static one)
// -> keep [Obsolete] NetworkServerComponent : NetworkServer for compatibility.
//
// Having NetworkServer as component brings several advantages:
// + easier to test
// + easier to clean up state
// + easier to inspect/modify in the Inspector
// + possibility of multiple NS/NC later
using UnityEngine;
namespace Mirror
{
public class NetworkServerComponent : MonoBehaviour
{
}
}

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 5eb6899815e04b89b3ef9f3df9feee65
timeCreated: 1643705546