| 182 | }; |
| 183 | |
| 184 | LSError KillsItem::Serialize(ParamArchive& ar) |
| 185 | { |
| 186 | PARAM_CHECK(ar.SerializeEnum("index", index, 1)) |
| 187 | PARAM_CHECK(ar.Serialize("value", value, 1, 0)) |
| 188 | return LSOK; |
| 189 | } |
| 190 | |
| 191 | LSError AIStatsCampaign::Serialize(ParamArchive& ar) |
| 192 | { |
no test coverage detected