mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-06 00:39:55 +00:00
bruh 2
This commit is contained in:
parent
6265b97bfd
commit
680d8251a9
@ -66,6 +66,9 @@ public abstract class QSBGhostAction
|
|||||||
case GhostAction.Name.Grab:
|
case GhostAction.Name.Grab:
|
||||||
ghostAction = new QSBGrabAction();
|
ghostAction = new QSBGrabAction();
|
||||||
break;
|
break;
|
||||||
|
case GhostAction.Name.SearchForIntruder:
|
||||||
|
ghostAction = new QSBSearchAction();
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
Debug.LogError("Failed to create action from name " + name);
|
Debug.LogError("Failed to create action from name " + name);
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user