14 lines
254 B
C#
14 lines
254 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace ET
|
|||
|
{
|
|||
|
//public class Team:Entity
|
|||
|
//{
|
|||
|
// public long LeaderId;
|
|||
|
|
|||
|
// public Dictionary<long, Unit> teamMemberDic = new Dictionary<long, Unit>();
|
|||
|
//}
|
|||
|
}
|