Player Inventory Networking

This commit is contained in:
Melbyj1125
2021-11-17 13:20:00 -06:00
parent 69a946c3ee
commit 17a7cdb1ae
5 changed files with 51 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ public class PlayerStats : MonoBehaviour
}
//Players Number of Jumps
private int jumpNum = 2; ////// UPDATE TO 2 WHEN THE JUMP ISSUE IS FIXED
private int jumpNum = 2;
public int JumpNum{
get{ return jumpNum; }
set{ jumpNum = value; }