Added 2 new behaviors to pCampBot
parent
97c74afca8
commit
cddf1ec0dc
|
@ -290,6 +290,12 @@ namespace pCampBot
|
||||||
if (abName == "t")
|
if (abName == "t")
|
||||||
newBehaviour = new TeleportBehaviour();
|
newBehaviour = new TeleportBehaviour();
|
||||||
|
|
||||||
|
if (abName == "tw")
|
||||||
|
newBehaviour = new TwitchyBehaviour();
|
||||||
|
|
||||||
|
if (abName == "ph2")
|
||||||
|
newBehaviour = new PhysicsBehaviour2();
|
||||||
|
|
||||||
if (newBehaviour != null)
|
if (newBehaviour != null)
|
||||||
{
|
{
|
||||||
behaviours.Add(newBehaviour);
|
behaviours.Add(newBehaviour);
|
||||||
|
|
Loading…
Reference in New Issue