using System; using System.Collections.Generic; namespace XMainClient { internal delegate bool CutSceneDo(List actors); }