(entityID string, pool params.Pool)
| 514 | } |
| 515 | |
| 516 | func SetEntityPool(entityID string, pool params.Pool) { |
| 517 | entityCache.SetEntityPool(entityID, pool) |
| 518 | } |
| 519 | |
| 520 | func SetEntityScaleSet(entityID string, scaleSet params.ScaleSet) { |
| 521 | entityCache.SetEntityScaleSet(entityID, scaleSet) |