Files
2026-03-15 14:54:49 +03:00

10 lines
125 B
Lua

function GM:AddNotify( str, type, length )
notification.AddLegacy( str, type, length )
end
function GM:PaintNotes()
end