summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/CutSceneDo.cs
blob: 904b59126203cd57be9344af9a8a8227f037c3b3 (plain)
1
2
3
4
5
6
7
using System;
using System.Collections.Generic;

namespace XMainClient
{
	internal delegate bool CutSceneDo(List<XActor> actors);
}