mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Add Close() method to IBehaviour to allow behaviours to cleanup when removed or bot it disconnected.
In this case, it is used to turn off jump when physics testing behaviour is removed.
This commit is contained in:
@@ -50,5 +50,7 @@ namespace pCampBot
|
||||
{
|
||||
Bot = bot;
|
||||
}
|
||||
|
||||
public virtual void Close() {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user