Exemplo n.º 1
0
 public virtual void Render(int X, int Y, GraphicsDevice device, GUI.Renderer Renderer, bool RenderCooldown = false, bool RenderEXP = false)
 {
     if (this.StackSize > 1)
     {
         Renderer.RenderSmallText(device, X, Y + 20, this.StackSize.ToString(), Color.White, true, false);
     }
 }