Module NewspaperCommon() { NewspaperGE = GameEntity(Desc("Newspaper")) NewspaperState = GEState(Desc("NewspaperState")) NewspaperGE.SetState(NewspaperState) }