Interface IXR_squad_member<T>

Squad member representation.

interface IXR_squad_member<T extends cse_alife_creature_abstract> {
    id: number;
    object: T;
}

Type Parameters

Properties

Properties

id: number
object: T