blob: 4693032095a13be22705317fcf36c61b889db0c4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
ART.RegisterInventorySheet(function()
local skillsheet = vgui.Create( "DPanel" )
skillsheet.Paint = function( self, w, h ) end
return "Skills", skillsheet, "icon16/tick.png"
end)
|