Add WeaponGridProps
This commit is contained in:
parent
65e460d0e1
commit
81cf4889e8
1 changed files with 5 additions and 0 deletions
5
src/types/WeaponGridProps.d.ts
vendored
Normal file
5
src/types/WeaponGridProps.d.ts
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
interface WeaponGridProps {
|
||||||
|
onReceiveData: (Weapon, number) => void
|
||||||
|
weapon: Weapon | undefined
|
||||||
|
position: number
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue