Alexandria.Engines.Sciagi.ResourceMapFormat.ResourceMapFormat C# (CSharp) Méthode

ResourceMapFormat() public méthode

public ResourceMapFormat ( Plugin plugin ) : System
plugin Plugin
Résultat System
        public ResourceMapFormat(Plugin plugin)
            : base(plugin, typeof(ResourceMap), canLoad: true)
        {
        }