dotnet6 compat and 1.4 fixes

This commit is contained in:
2022-08-20 14:24:53 +03:00
parent b2ad9ac57c
commit 411c341278
5 changed files with 25 additions and 13 deletions

View File

@@ -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");