mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 00:32:43 +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:
|
||||
ghostAction = new QSBGrabAction();
|
||||
break;
|
||||
case GhostAction.Name.SearchForIntruder:
|
||||
ghostAction = new QSBSearchAction();
|
||||
break;
|
||||
default:
|
||||
Debug.LogError("Failed to create action from name " + name);
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user