using System; using System.Collections.Generic; namespace XMainClient { internal class archer_show { public static bool Do(List actors) { return true; } } }