Added 2 new behaviors to pCampBot

0.8.0.3
Diva Canto 2014-02-21 10:06:08 -08:00
parent 97c74afca8
commit cddf1ec0dc
1 changed files with 6 additions and 0 deletions

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);