OpenRA.ModContent.ModDownload.ModDownload C# (CSharp) Method

ModDownload() public method

public ModDownload ( MiniYaml yaml ) : System.Collections.Generic
yaml MiniYaml
return System.Collections.Generic
            public ModDownload(MiniYaml yaml)
            {
                Title = yaml.Value;
                FieldLoader.Load(this, yaml);
            }
ModContent.ModDownload