summaryrefslogtreecommitdiffstats
path: root/src/game/shared/entity/stasis.hh
blob: 5adc592e45e33a9dab7199b72d04e0d68bed4faa (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

class Dimension;

// Attached to entities with transform values
// out of bounds in a specific dimension
struct Stasis final {
public:
    static void fixed_update(Dimension* dimension);
};