using System; using System.Collections.Generic; using XUtliPoolLib; namespace XMainClient { internal class newbie_level { private static bool _once = false; public static bool Do(List actors) { bool flag = actors == null; if (flag) { XSingleton.singleton.IsExcludeNewBorn = true; XSingleton.singleton.SetExternalString("npctalk", true); newbie_level._once = false; } else { bool flag2 = !newbie_level._once; if (flag2) { XSingleton.singleton.IsExcludeNewBorn = false; newbie_level._once = true; } } return true; } } }