Delete Distance.ts

This commit is contained in:
Pax1601 2023-03-16 15:56:13 +01:00 committed by GitHub
parent 851899e6a6
commit 5f431fa52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +0,0 @@
import { AICFormationDescriptorComponent } from "../aicformationdescriptorcomponent";
export abstract class AICFormactionDescriptorComponent_Distance extends AICFormationDescriptorComponent {
constructor( value:string, label?:string ) {
super( value, label );
}
}