获取角色信息相关

This commit is contained in:
2025-08-31 23:48:00 +08:00
parent bd0457d4c5
commit 88d302bbe6
5 changed files with 33 additions and 6 deletions

View File

@@ -139,8 +139,7 @@ public static class PlayerHelper
}
#endregion
#region
public static RoleSimpleInfo GetRoleSimpleInfo(this Player self)
@@ -160,6 +159,7 @@ public static class PlayerHelper
{
var info = new RoleInfo();
info.BaseInfo = GetRoleBaseInfo(self);
info.RoleId = self.RouteId;
return info;
}