the ability to switch weapons

This commit is contained in:
reisenlol 2026-01-12 23:05:33 -08:00
parent 0722053b84
commit 533f137c48
No known key found for this signature in database
12 changed files with 928 additions and 15 deletions

View file

@ -2,6 +2,7 @@ using UnityEngine;
public class Weapon : MonoBehaviour
{
public string weaponName;
public PlayerEntity thisEntity;
public virtual void TryAttack()
{