Get the order that this effect should be executed.
| 180 | |
| 181 | /// Get the order that this effect should be executed. |
| 182 | int Order() const { return order; } |
| 183 | |
| 184 | /// Set the order that this effect should be executed. |
| 185 | void Order(int new_order) { order = new_order; } |
no outgoing calls
no test coverage detected