Delete Range.ts

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

View File

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