Apothem
Apothem
Can you point me to specific files?
Thanks! I'll look into those!
Well I'm looking at the RPC stuff and I've come to a block: Call(SummonerService, "getAllSummonerDataByAccount", responder, arguments); Which I also want to make sure, "by account" really means "by summoner"...
Yes I think that method led me to that one: return (new InternalCallContext(GetAllPublicSummonerDataByAccountInternal, new object[] { accountID })).Execute(); So I thought "Must need to look at GetAllPlublicSummonerDataByAccountInternal: Call(SummonerService, "getAllPublicSummonerDataByAccount", responder,...