interface ICollisionsAbsorb {
    speed: number;
}

Implemented by

Properties

Properties

speed: number