diff --git a/src/types/WeaponGridProps.d.ts b/src/types/WeaponGridProps.d.ts new file mode 100644 index 00000000..6c408df6 --- /dev/null +++ b/src/types/WeaponGridProps.d.ts @@ -0,0 +1,5 @@ +interface WeaponGridProps { + onReceiveData: (Weapon, number) => void + weapon: Weapon | undefined + position: number +} \ No newline at end of file