mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Added 2 new behaviors to pCampBot
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user