Skip to content

Commit

Permalink
🎨 change class name
Browse files Browse the repository at this point in the history
  • Loading branch information
comavius committed Jun 15, 2024
1 parent 9ca8bd7 commit 3a37143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h24s_25/src/ts/ballfunction.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import{BallTypeEnum} from './balltypes';
import type {FunctionBallInterface} from './ballInterface';
export class BallFunction<T> implements FunctionBallInterface<T>{
export class FunctionBall<T> implements FunctionBallInterface<T>{
symbol: string;
applied: number[];
initialVelocity: { x: number, y: number } = {x: 0, y: 0};
Expand Down

0 comments on commit 3a37143

Please sign in to comment.