@@ -2,10 +2,10 @@ import 'dart:math' as math;
|
||||
|
||||
import 'package:wolf_dart/classes/linear_coordinates.dart';
|
||||
import 'package:wolf_dart/features/entities/collectible.dart';
|
||||
import 'package:wolf_dart/features/weapon/weapon.dart';
|
||||
import 'package:wolf_dart/features/weapon/weapons/knife.dart';
|
||||
import 'package:wolf_dart/features/weapon/weapons/machine_gun.dart';
|
||||
import 'package:wolf_dart/features/weapon/weapons/pistol.dart';
|
||||
import 'package:wolf_dart/features/weapon/weapons/weapon.dart';
|
||||
|
||||
class Player {
|
||||
// Spatial
|
||||
|
||||
@@ -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