Added 2 new behaviors to pCampBot

This commit is contained in:
Diva Canto
2014-02-21 10:06:08 -08:00
parent 97c74afca8
commit cddf1ec0dc

View File

@@ -290,6 +290,12 @@ namespace pCampBot
if (abName == "t")
newBehaviour = new TeleportBehaviour();
if (abName == "tw")
newBehaviour = new TwitchyBehaviour();
if (abName == "ph2")
newBehaviour = new PhysicsBehaviour2();
if (newBehaviour != null)
{
behaviours.Add(newBehaviour);