mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2026-02-14 12:22:42 +00:00
5 lines
79 B
TypeScript
5 lines
79 B
TypeScript
|
|
export class ProjectileData {
|
||
|
|
public pierces = 0;
|
||
|
|
public damage = 0;
|
||
|
|
}
|