Implement/match LegoPathController::Tickle (#913)

This commit is contained in:
Christian Semmler
2024-05-12 15:10:26 -04:00
committed by GitHub
parent 32a3373360
commit b6fc8e27b1
3 changed files with 30 additions and 2 deletions

View File

@@ -15,6 +15,10 @@ struct LegoUnknown100db7f4;
// SIZE 0x154
class LegoPathActor : public LegoActor {
public:
enum {
c_bit3 = 0x04
};
LegoPathActor();
~LegoPathActor() override;