C# Class XCom.Type6Descriptor

Default unit type 0
Inheritance: IUnitDescriptor
Show file Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Methods

Method Description
GetNewUnit ( Palette p ) : IUnit
Type6Descriptor ( string name, StreamReader sr, VarCollection vars ) : System

Protected Methods

Method Description
ParseLine ( string keyword, string rest, StreamReader sr, VarCollection vars ) : void

Method Details

GetNewUnit() public method

public GetNewUnit ( Palette p ) : IUnit
p Palette
return IUnit

ParseLine() protected method

protected ParseLine ( string keyword, string rest, StreamReader sr, VarCollection vars ) : void
keyword string
rest string
sr System.IO.StreamReader
vars VarCollection
return void

Type6Descriptor() public method

public Type6Descriptor ( string name, StreamReader sr, VarCollection vars ) : System
name string
sr System.IO.StreamReader
vars VarCollection
return System