Alexandria.Engines.Sciagi.ResourceMapFormat.ResourceMapFormat C# (CSharp) Method

ResourceMapFormat() public method

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