CSSharpUtils
CSSharpUtils copied to clipboard
feat: Added player.PrintToHud and updated to latest css.
I like the feature but your implementation has a bunch of repeating code which I don't like
-
CreateForAliveandCreateForDeadare basically identical except for the part where you get the observerPawn, this could be one function with a bool parameter. -
The code for getting the pawn or the observerPawn is present in pretty much all functions. You could put that in an extra function to further clean up the code