(client) fix:修复定义链接不正确赋值的问题
This commit is contained in:
@ -2,7 +2,11 @@ namespace Entity
|
||||
{
|
||||
public class Monster
|
||||
{
|
||||
|
||||
public Protocol.MonsterPack ToPack()
|
||||
{
|
||||
var pack= new Protocol.MonsterPack();
|
||||
return pack;
|
||||
}
|
||||
}
|
||||
|
||||
public class MonsterAttributes
|
||||
|
Reference in New Issue
Block a user