public void MoveEventsTo(Actor newActor) { if (events != null) foreach(GameEvent gameEvent in events) { newActor.AddEvent(gameEvent); } }