blob: b59f9d9d7fc99d0a9df7dfd495513aba2806f5f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
using System;
using System.Collections.Generic;
namespace XMainClient
{
internal class academic_show
{
public static bool Do(List<XActor> actors)
{
return true;
}
}
}
|