the ability to switch weapons
This commit is contained in:
parent
0722053b84
commit
533f137c48
12 changed files with 928 additions and 15 deletions
|
|
@ -2,6 +2,7 @@ using UnityEngine;
|
|||
|
||||
public class Weapon : MonoBehaviour
|
||||
{
|
||||
public string weaponName;
|
||||
public PlayerEntity thisEntity;
|
||||
public virtual void TryAttack()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue