mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
9 lines
282 B
TypeScript
9 lines
282 B
TypeScript
import { AICFormationDescriptorComponent } from "../aicformationdescriptorcomponent";
|
|
|
|
export abstract class AICFormactionDescriptorComponent_Distance extends AICFormationDescriptorComponent {
|
|
|
|
constructor( value:string, label?:string ) {
|
|
super( value, label );
|
|
}
|
|
|
|
} |