11
lib/features/player/weapons/pistol.dart
Normal file
11
lib/features/player/weapons/pistol.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
import 'package:wolf_dart/features/player/weapon.dart';
|
||||
|
||||
class Pistol extends Weapon {
|
||||
Pistol()
|
||||
: super(
|
||||
name: "Pistol",
|
||||
idleSprite: 408,
|
||||
fireFrames: [409, 410, 411, 412],
|
||||
damage: 20,
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user