Interface HP

interface HP {
    current: number;
    max: number;
}

Properties

Properties

current: number
max: number