zombiesurvival-evolved/gamemodes/zombiesurvival/gamemode/zombieclasses/boss_coolwisp/client.lua

9 lines
145 B
Lua
Raw Normal View History

include("shared.lua")
CLASS.Icon = "sprites/glow04_noz"
CLASS.IconColor = Color(0, 180, 255)
function CLASS:PrePlayerDraw(pl)
return true
end