Interface IBirthPoint

interface IBirthPoint {
    camera: IOrientedObject;
    player: IOrientedObject;
}

Properties

Properties

Generated using TypeDoc