C# Class Gibbed.MassEffect3.FileFormats.Coalesced.Entry

Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
Type int
Value string

Public Methods

Method Description
Entry ( int type, string value )

Method Details

Entry() public method

public Entry ( int type, string value )
type int
value string

Property Details

Type public property

public int Type
return int

Value public property

public string Value
return string