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

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