12 lines
166 B
C#
12 lines
166 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace ET
|
|||
|
{
|
|||
|
public class MonsterInfo:Entity
|
|||
|
{
|
|||
|
public int monsterId;
|
|||
|
}
|
|||
|
}
|