public void CheckIfEntityExists()
 {
     if (Totem != null && Totem.IsLingering())
     {
         Totem = null;
     }
 }