blob: ccf637a1e743f49d985c2c15f4753d74be78a2e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
using System;
using KKSG;
namespace XMainClient
{
public class GCFGuild
{
public GCFGuildBrief brief = new GCFGuildBrief();
public uint groupScore = 0u;
public bool isPartern;
}
}
|