Alexandria.Engines.Sciagi.ResourceMapFormat.ResourceMapFormat C# (CSharp) Метод

ResourceMapFormat() публичный Метод

public ResourceMapFormat ( Plugin plugin ) : System
plugin Plugin
Результат System
        public ResourceMapFormat(Plugin plugin)
            : base(plugin, typeof(ResourceMap), canLoad: true)
        {
        }