/// <summary>
 ///     The main ctor.
 /// </summary>
 public WebAttachments(SpiderManProfile profile) : base(profile)
 {
     Streaming.RequestAnimationDictionary("guard_reactions");
     Streaming.RequestAnimationDictionary("move_crouch_proto");
     Streaming.RequestAnimationDictionary("amb@code_human_wander_texting@male@base");
     Streaming.RequestAnimationDictionary("weapons@projectile@");
     Streaming.RequestAnimationDictionary("swimming@swim");
     new Model("bmx").Request();
     BackgroundThread.RegisterTick(UpdateAttachments);
 }