12121
This commit is contained in:
12
Service/Application.Domain.Entity/model/FightResultModel.cs
Normal file
12
Service/Application.Domain.Entity/model/FightResultModel.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Application.Domain.Entity;
|
||||
|
||||
public class FightResultModel
|
||||
{
|
||||
public int result { get; set; }
|
||||
public int myHarm { get; set; }
|
||||
public int otHarm { get; set; }
|
||||
public List<string> myStateData { get; set; }
|
||||
public List<dynamic> myRemData { get; set; }
|
||||
public List<string> otStateData { get; set; }
|
||||
public List<dynamic> otRemData { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user