Example #1
0
 public override void Draw(float timeStacker)
 {
     foreach (KeyValuePair <ulong, MUILabel> kvp in playerLabels)
     {
         kvp.Value.Draw(timeStacker);
     }
     box.Draw(timeStacker);
 }
Example #2
0
 public override void Draw(float timeStacker)
 {
     label.Draw(timeStacker);
     box.Draw(timeStacker);
 }