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