migrate from perforce
This commit is contained in:
11
dist/GameData/GdProjectileEffect.js
vendored
Normal file
11
dist/GameData/GdProjectileEffect.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export class GdProjectileEffect {
|
||||
type;
|
||||
amount;
|
||||
speed;
|
||||
constructor(type, amount, speed) {
|
||||
this.type = type;
|
||||
this.amount = amount;
|
||||
this.speed = speed;
|
||||
}
|
||||
}
|
||||
//# sourceMappingURL=GdProjectileEffect.js.map
|
||||
Reference in New Issue
Block a user