| 28 | ScCrashedVehicleParticle gScCrashedVehicleParticle; |
| 29 | |
| 30 | JSValue ScCrashedVehicleParticle::New(JSContext* ctx, EntityId entityId) |
| 31 | { |
| 32 | return gScEntity.NewDerivedInstance(ctx, entityId, gScCrashedVehicleParticle.GetProto()); |
| 33 | } |
| 34 | |
| 35 | void ScCrashedVehicleParticle::Register(JSContext* ctx) |
| 36 | { |
nothing calls this directly
no test coverage detected