Exemplo n.º 1
0
 public override bool DrawCustomStatusLine(string location, short hoursOrScore, short minsOrTurns, bool useTime)
 {
     side.DrawCustomStatusLine(location, hoursOrScore, minsOrTurns, useTime);
     return(base.DrawCustomStatusLine(location, hoursOrScore, minsOrTurns, useTime));
 }
Exemplo n.º 2
0
 public virtual bool DrawCustomStatusLine(string location, short hoursOrScore, short minsOrTurns, bool useTime)
 {
     return(next.DrawCustomStatusLine(location, hoursOrScore, minsOrTurns, useTime));
 }