C# Class MerchantRPG.ItemScore.Program

Afficher le fichier Open project: subchannel13/MerchantRPG-combinator

Méthodes publiques

Méthode Description
Main ( string args ) : void

Private Methods

Méthode Description
Score ( string itemName, double attack, double magicAttack, double accuracy, double criticalRate, double defense, double magicDefense, double hp, double strength, double intelligence, double dexterity ) : void
WriteStatDiff ( string statName, double itemValue, double perfectValue ) : void

Method Details

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void