| 489 | template <> void GrfActionHandler<0x0D>::Init(ByteReader &buf) { ParamSet(buf); } |
| 490 | template <> void GrfActionHandler<0x0D>::Reserve(ByteReader &buf) { ParamSet(buf); } |
| 491 | template <> void GrfActionHandler<0x0D>::Activation(ByteReader &buf) { ParamSet(buf); } |
nothing calls this directly
no test coverage detected