@@ -1,4 +1,4 @@
|
||||
import 'package:wolf_dart/features/weapon/weapons/weapon.dart';
|
||||
import 'package:wolf_dart/features/weapon/weapon.dart';
|
||||
|
||||
class Knife extends Weapon {
|
||||
Knife()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'package:wolf_dart/features/weapon/weapons/weapon.dart';
|
||||
import 'package:wolf_dart/features/weapon/weapon.dart';
|
||||
|
||||
class MachineGun extends Weapon {
|
||||
MachineGun()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'package:wolf_dart/features/weapon/weapons/weapon.dart';
|
||||
import 'package:wolf_dart/features/weapon/weapon.dart';
|
||||
|
||||
class Pistol extends Weapon {
|
||||
Pistol()
|
||||
|
||||
Reference in New Issue
Block a user