Type Alias Component_Trust
Component_Trust: {
type: "compound";
value: { TrustedPlayersAmount: { type: "int"; value: number } } & {
[key: `TrustedPlayer${bigint}`]: {
type: "long";
value: [high: number, low: number];
};
};
}
Type declaration
type: "compound"
value: { TrustedPlayersAmount: { type: "int"; value: number } } & {
[key: `TrustedPlayer${bigint}`]: {
type: "long";
value: [high: number, low: number];
};
}
This component is only used by foxes.