  | DuellingEloCalculator Constructor  | 
 [This is preliminary documentation and is subject to change.]
            Default construction.
            
 
    Namespace: 
   Ruyi.SDK.Online
    Assembly:
   SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntaxpublic DuellingEloCalculator(
	TwoPlayerEloCalculator twoPlayerEloCalculator
)
Parameters
- twoPlayerEloCalculator
 - Type: Ruyi.SDK.OnlineTwoPlayerEloCalculator
The two player calculator to base this off. 
See Also