示例#1
0
文件: Counters.cpp 项目: Esplin/wagic
Counter * Counters::hasCounter(int _power, int _toughness)
{
    return hasCounter("", _power, _toughness);
}
示例#2
0
unsigned long long Instance::getTotalCounterValue (const string &ctr)
{
	assert (hasCounter(ctr));
	return TotalCounterValues[ctr];
}