public void AddActorToCurrentChill(Actors act) { if (act.GetType() == typeof(Actors)) { chilledActors.Add(act); } }