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)
        {
        }