C# Class AuntieDot.UI.Web.Connector.PlayersCache

Show file Open project: 0xdeafcafe/AuntieDot

Public Methods

Method Description
GetPlayerData ( string gamertag ) : string
SetPlayerData ( string playerData, string gamertag ) : void

Method Details

GetPlayerData() public static method

public static GetPlayerData ( string gamertag ) : string
gamertag string
return string

SetPlayerData() public static method

public static SetPlayerData ( string playerData, string gamertag ) : void
playerData string
gamertag string
return void