1 2 3 4 5 6 7 8 9 10 11 12 13
#pragma once #include "KingSystem/Physics/physDefines.h" namespace ksys::phys { class CharacterController { public: void sub_7100F5EC30(); void sub_7100F60604(); void disableContactLayer(ContactLayer); }; } // namespace ksys::phys