30 using System.Collections.Generic;
32 using System.Reflection;
34 using pCampBot.Interfaces;
55 private const float TWITCH = 0.0001f;
56 private int direction = 1;
60 Bot.Client.Self.Movement.BodyRotation =
new Quaternion(
Bot.
Client.Self.Movement.BodyRotation.X + direction * TWITCH,
66 direction = -direction;
68 Bot.Client.Self.Movement.SendUpdate();
override void Action()
Action to take when this behaviour is invoked.
string AbbreviatedName
Abbreviated name of this behaviour.
This behavior is for the systematic study of some performance improvements made for OSCC'13...
GridClient Client
New instance of a SecondLife client