WeaponScript.cs
Description
Unused script initially intended to be used for weapons.
Script
using UnityEngine;
namespace Weapons
{
public class WeaponScript : MonoBehaviour
{
[SerializeField] private BaseWeapon weapon;
}
}
Variables
- weapon
The weapon to be used.
Last modified: 30 April 2024