yeah i think that's commit worthy
This commit is contained in:
parent
49cf2f2bb9
commit
fada3af715
16 changed files with 658 additions and 29 deletions
|
|
@ -10,6 +10,7 @@ public class Weapon : MonoBehaviour
|
|||
|
||||
[Header("Stats")]
|
||||
public float damage;
|
||||
public int pierce;
|
||||
|
||||
public virtual void TryAttack()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue