12121
This commit is contained in:
@@ -16,5 +16,13 @@ public interface IGameMonsterService
|
||||
Task<unit_user_monster> GetCreateMonsterInfo(string umId);
|
||||
Task<List<MapMonsterModel>> GetMapMonster(string userId, string mapId, string teamId);
|
||||
|
||||
#endregion
|
||||
|
||||
#region 怪物模型
|
||||
|
||||
Task<UserAttrModel> GetMonsterAttrModel(string keyId, string monsterId);
|
||||
Task SetMonsterBlood(string keyId, int blood);
|
||||
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user