init git
This commit is contained in:
9
assets/FishSingle/script/game/config/FishPathInfo.ts
Normal file
9
assets/FishSingle/script/game/config/FishPathInfo.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { _decorator, Vec2 } from 'cc'
|
||||
export class FishPathInfo {
|
||||
public pathId: number
|
||||
public path: Array<Vec2> = []
|
||||
constructor(pathId: number, path: Array<Vec2>) {
|
||||
this.pathId = pathId
|
||||
this.path = path
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user