| 137 | } |
| 138 | } |
| 139 | void process(NetConnection *ps) |
| 140 | { |
| 141 | Con::executef("onGhostAlwaysObjectReceived"); |
| 142 | |
| 143 | ps->setGhostAlwaysObject(object, ghostIndex); |
| 144 | object = NULL; |
| 145 | } |
| 146 | DECLARE_CONOBJECT(GhostAlwaysObjectEvent); |
| 147 | }; |
| 148 |
nothing calls this directly
no test coverage detected