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