@@ -2,10 +2,10 @@ import 'dart:math' as math;
|
|||||||
|
|
||||||
import 'package:wolf_dart/classes/linear_coordinates.dart';
|
import 'package:wolf_dart/classes/linear_coordinates.dart';
|
||||||
import 'package:wolf_dart/features/entities/collectible.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/knife.dart';
|
||||||
import 'package:wolf_dart/features/weapon/weapons/machine_gun.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/pistol.dart';
|
||||||
import 'package:wolf_dart/features/weapon/weapons/weapon.dart';
|
|
||||||
|
|
||||||
class Player {
|
class Player {
|
||||||
// Spatial
|
// 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 {
|
class Knife extends Weapon {
|
||||||
Knife()
|
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 {
|
class MachineGun extends Weapon {
|
||||||
MachineGun()
|
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 {
|
class Pistol extends Weapon {
|
||||||
Pistol()
|
Pistol()
|
||||||
|
|||||||
Reference in New Issue
Block a user