(entityID string, poolID string)
| 522 | } |
| 523 | |
| 524 | func DeleteEntityPool(entityID string, poolID string) { |
| 525 | entityCache.DeleteEntityPool(entityID, poolID) |
| 526 | } |
| 527 | |
| 528 | func DeleteEntityScaleSet(entityID string, scaleSetID uint) { |
| 529 | entityCache.DeleteEntityScaleSet(entityID, scaleSetID) |