Merge branch 'refs/heads/develop'
This commit is contained in:
@@ -25,6 +25,9 @@ public class Weapon {
|
||||
//武器数量
|
||||
private Integer number;
|
||||
|
||||
//武器命中率
|
||||
private Double hitRate;
|
||||
|
||||
//目标id
|
||||
private String targetId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user