mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-20 04:37:11 +08:00
7 lines
103 B
C#
7 lines
103 B
C#
namespace Data
|
|
{
|
|
public class MonsterDef : EntityDef
|
|
{
|
|
public WeaponDef weapon;
|
|
}
|
|
} |