C# Class SkyrimCharacterParser.RawModel.GlobalDataTypes.MiscStats
显示文件
Open project: kewl-deus/SkyrimCharacterParser
Class Usage Examples
Public Properties
Property |
Type |
Description |
|
count |
System.UInt32 |
|
|
stats |
SkyrimCharacterParser.RawModel.GlobalDataTypes.MiscStat[] |
|
|
Public Methods
Method |
Description |
|
Print ( ) : void |
|
|
Method Details
public Print ( ) : void |
return |
void |
|
Property Details
public UInt32,System count |
return |
System.UInt32 |
|
public MiscStat[],SkyrimCharacterParser.RawModel.GlobalDataTypes stats |
return |
SkyrimCharacterParser.RawModel.GlobalDataTypes.MiscStat[] |
|