using System; using System.Collections.Generic; using System.Text; namespace ET { public class MonsterInfo:Entity { public int monsterId; } }