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

ModPackage() public method

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