| 278 | } |
| 279 | |
| 280 | void Npc::readNetState(ByteArray data, float interpolationTime, NetCompatibilityRules rules) { |
| 281 | m_netGroup.readNetState(data, interpolationTime, rules); |
| 282 | } |
| 283 | |
| 284 | String Npc::description() const { |
| 285 | return "Some funny looking person"; |
no outgoing calls