Add external property to Arms Arm interface

cgen-b3d6c38dbe554ca692115029419ffb1f
This commit is contained in:
Builder.io 2025-11-17 04:55:32 +00:00
parent 1ed90fd089
commit 2d1a084fc6

View file

@ -13,6 +13,7 @@ interface Arm {
tip: string;
shadowColor: string;
glowColor: string;
external?: boolean;
}
const ARMS: Arm[] = [