10 lines
125 B
Lua
10 lines
125 B
Lua
|
|
function GM:AddNotify( str, type, length )
|
|
|
|
notification.AddLegacy( str, type, length )
|
|
|
|
end
|
|
|
|
function GM:PaintNotes()
|
|
end
|