Delta-v/Content.Server/GameObjects/Components/Interactable
metalgearsloth 2e65b1e5fa
Optimise flashlights (#2468)
Flashlights were calling dirty EVERY TICK so this just means they only call it when absoluetely necessary which saves a lot.

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
2020-10-31 21:56:46 +01:00
..
ExpendableLightComponent.cs Typo, redundant string interpolation, namespaces and imports cleanup (#2068) 2020-09-13 14:23:52 +02:00
HandheldLightComponent.cs Optimise flashlights (#2468) 2020-10-31 21:56:46 +01:00
MultitoolComponent.cs Moved interaction interfaces from Server to Shared. 2020-07-18 22:51:56 -07:00
TilePryingComponent.cs Remove default grids (content) (#2241) 2020-10-21 17:13:41 +02:00
ToolCommands.cs Cleanup (#2111) 2020-09-20 17:29:11 +02:00
ToolComponent.cs Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
WelderComponent.cs Change all of body system to use entities and components (#2074) 2020-10-10 15:25:13 +02:00