Add external property to Arms Arm interface
cgen-b3d6c38dbe554ca692115029419ffb1f
This commit is contained in:
parent
1ed90fd089
commit
2d1a084fc6
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ interface Arm {
|
|||
tip: string;
|
||||
shadowColor: string;
|
||||
glowColor: string;
|
||||
external?: boolean;
|
||||
}
|
||||
|
||||
const ARMS: Arm[] = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue