C# Class XCom.UnitInfo

Mostra file Open project: pmprog/OpenXCOM.Tools

Public Properties

Property Type Description
BounceFactor int[]

Public Methods

Method Description
UnitInfo ( ) : System
UnitInfo ( Stream file, VarCollection v ) : System
this ( object o ) : IUnitDescriptor

Method Details

UnitInfo() public method

public UnitInfo ( ) : System
return System

UnitInfo() public method

public UnitInfo ( Stream file, VarCollection v ) : System
file Stream
v VarCollection
return System

this() public method

public this ( object o ) : IUnitDescriptor
o object
return IUnitDescriptor

Property Details

BounceFactor public_oe static_oe property

public static int[] BounceFactor
return int[]