dotnet6 compat and 1.4 fixes
This commit is contained in:
@@ -34,9 +34,13 @@ namespace Game
|
||||
{
|
||||
public override Type[] PluginDependencies { get => new Type[] { typeof(ConsoleEditorPlugin) }; }
|
||||
|
||||
public override PluginDescription Description => NetworkManagerPlugin.DescriptionInternal;
|
||||
public override Type GamePluginType => typeof(NetworkManagerPlugin);
|
||||
|
||||
public NetworkManagerEditorPlugin()
|
||||
{
|
||||
_description = NetworkManagerPlugin.DescriptionInternal;
|
||||
}
|
||||
|
||||
public override void Init()
|
||||
{
|
||||
//FlaxEngine.Debug.Log("NetworkManagerPlugin initialized");
|
||||
|
||||
Reference in New Issue
Block a user