13 lines
185 B
C#
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;
|
|||
|
}
|
|||
|
}
|