using System;
using System.Collections.Generic;

namespace XMainClient
{
	internal class cleric_show
	{
		public static bool Do(List<XActor> actors)
		{
			return true;
		}
	}
}