C# Class MerchantRPG.ItemScore.Program

显示文件 Open project: subchannel13/MerchantRPG-combinator

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method 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 method

public static Main ( string args ) : void
args string
return void