From aea9840d0d7bc7ad0ee865ea94e16f117db65dc6 Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Thu, 16 Mar 2023 15:55:45 +0100 Subject: [PATCH] Delete Single.ts --- client/src/aic/aicformation/Single.ts | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 client/src/aic/aicformation/Single.ts diff --git a/client/src/aic/aicformation/Single.ts b/client/src/aic/aicformation/Single.ts deleted file mode 100644 index 09830c40..00000000 --- a/client/src/aic/aicformation/Single.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { AICFormation, AICFormationInterface } from "../aicformation"; -import { AICFormationContextDataInterface, AICFormationDescriptor } from "../aicformationdescriptor"; - -export class AICFormation_Single extends AICFormation implements AICFormationInterface { - - "icon" = "single.png"; - "label" = "Single"; - "name" = "single"; - "numGroups" = 1; - "summary" = "One contact on its own"; - "unitBreakdown" = []; - - constructor() { - - super(); - - } - - - showFormationNameInDescriptor() { - return false; - } - -} \ No newline at end of file