zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
CTT/Server/Model/Game/Entity/Battle/PK/PKTeam.cs

13 lines
185 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace ET
{
public class PKTeam:Entity
{
public Team teamA;
public Team teamB;
}
}