11 lines
173 B
C++
11 lines
173 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
|
|
#include "Weapon/LMRadivolver.h"
|
|
|
|
void ULMRadivolver::Fire()
|
|
{
|
|
//Fire like a Radivolver
|
|
}
|
|
|