Skip to content

Commit

Permalink
Merge pull request #14 from traP-jp/slight-fix-on-ballfunction
Browse files Browse the repository at this point in the history
Slight fix on ballfunction
  • Loading branch information
comavius authored Jun 15, 2024
2 parents 90df8b3 + 3a37143 commit c6d2fb6
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';
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 c6d2fb6

Please sign in to comment.