From a8544610dc30aacdcb6168f5958344d7ea990ff5 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 3 Mar 2022 03:07:47 -0800 Subject: [PATCH] Create SimpleAxSkill.d.ts --- types/SimpleAxSkill.d.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 types/SimpleAxSkill.d.ts diff --git a/types/SimpleAxSkill.d.ts b/types/SimpleAxSkill.d.ts new file mode 100644 index 00000000..e13171e7 --- /dev/null +++ b/types/SimpleAxSkill.d.ts @@ -0,0 +1,4 @@ +interface SimpleAxSkill { + modifier: number + strength: number +} \ No newline at end of file