From 1e5c6393a6b29eb00dbb8fb137d86647cb0c356b Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Fri, 28 Jul 2023 22:06:03 +0100 Subject: Add TryUnstuck and death overlay --- code/pawn/component/movement/BaseController.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 code/pawn/component/movement/BaseController.cs (limited to 'code/pawn/component/movement/BaseController.cs') diff --git a/code/pawn/component/movement/BaseController.cs b/code/pawn/component/movement/BaseController.cs new file mode 100644 index 0000000..0b92c75 --- /dev/null +++ b/code/pawn/component/movement/BaseController.cs @@ -0,0 +1,9 @@ +using Sandbox; + +namespace MurderGame; + +//TODO make spectatro a controller +public class BaseController : EntityComponent +{ + public Player Player { get; set; } +} -- cgit v1.2.3-70-g09d2