C# Class SkyrimCharacterParser.RawModel.GlobalDataTypes.MiscStats
Afficher le fichier
Open project: kewl-deus/SkyrimCharacterParser
Class Usage Examples
Méthodes publiques
Свойство |
Type |
Description |
|
count |
System.UInt32 |
|
|
stats |
SkyrimCharacterParser.RawModel.GlobalDataTypes.MiscStat[] |
|
|
Méthodes publiques
Méthode |
Description |
|
Print ( ) : void |
|
|
Method Details
public Print ( ) : void |
Résultat |
void |
|
Property Details
public UInt32,System count |
Résultat |
System.UInt32 |
|
public MiscStat[],SkyrimCharacterParser.RawModel.GlobalDataTypes stats |
Résultat |
SkyrimCharacterParser.RawModel.GlobalDataTypes.MiscStat[] |
|