summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/assassin_show.cs
blob: f05e7f401bab42badd282d722a58d910e9bfb4f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using System.Collections.Generic;

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