Create SimpleAxSkill.d.ts

This commit is contained in:
Justin Edmund 2022-03-03 03:07:47 -08:00
parent 6d0227c6b7
commit a8544610dc

4
types/SimpleAxSkill.d.ts vendored Normal file
View file

@ -0,0 +1,4 @@
interface SimpleAxSkill {
modifier: number
strength: number
}