zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
CTT/Server/Model/Game/Entity/User/UnitEnermy.cs

13 lines
191 B
C#
Executable File

using System;
using System.Collections.Generic;
using System.Text;
namespace ET
{
public class UnitEnermy:Entity
{
public int MonsterId;
public Unit unit;
}
}