// Update is called once per frame void FixedUpdate() { float del = Time.deltaTime; npcMgr.Update(del); bufMgr.Update(del); triMgr.Update(del); }