This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AddCSLuaFile() | |
if SERVER then return end | |
local default_color = Color(68, 112, 146, 255) | |
local black_color = Color(0, 0, 0, 255) | |
local function default_trace() | |
local eye_pos = EyePos() | |
return util.TraceLine({ |
NewerOlder