1233
This commit is contained in:
@@ -5,7 +5,7 @@ public interface IGameEquService
|
||||
#region 装备资源
|
||||
|
||||
Task<game_equ> GetEquInfo(int equId);
|
||||
|
||||
Task<game_equ_suit> GetEuqSuitInfo(string suitCode);
|
||||
#endregion
|
||||
#region 用户装备
|
||||
|
||||
@@ -29,4 +29,10 @@ public interface IGameEquService
|
||||
|
||||
#endregion
|
||||
|
||||
#region 辅助
|
||||
|
||||
Task<int> GetUserEquWeightSum(string userId);
|
||||
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user