class Turns
{
private int number;
public void Counts(int getTurn, out int getBack)
if (getTurn.Equals(1))
number++;
}
getBack = number;