This commit is contained in:
Mister_Nebula 2022-03-21 20:05:23 +00:00 committed by JohnCorby
parent 6265b97bfd
commit 680d8251a9

View File

@ -66,6 +66,9 @@ public abstract class QSBGhostAction
case GhostAction.Name.Grab:
ghostAction = new QSBGrabAction();
break;
case GhostAction.Name.SearchForIntruder:
ghostAction = new QSBSearchAction();
break;
default:
Debug.LogError("Failed to create action from name " + name);
return null;