(client) feat:定义部分消息文件

This commit is contained in:
m0_75251201
2025-07-15 19:08:10 +08:00
parent 55cf9d954e
commit 06489d5310
5 changed files with 2212 additions and 25 deletions

View File

@ -0,0 +1,18 @@
namespace Entity
{
public class Monster
{
}
public class MonsterAttributes
{
public int health = 10;
public int moveSpeed = 1;
public int attack = 1;
public int defense = 0;
public int attackSpeed = 2;
public int attackRange = 3;
public int attackTargetCount = 1;
}
}

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 32995e4c8e0d40dfa39990f0671a3733
timeCreated: 1752576973