EQTest
Type description and basic instructions.
Description
CalculateWeight
public class ExampleEQTest : EQTest
{
protected override float CalculateWeight(EQItem item)
{
throw new System.NotImplementedException();
}
}Last updated