mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 09:54:28 -05:00
Did some bugfixing and commented on everything
This commit is contained in:
@@ -29,12 +29,12 @@ public class NitroStateManager : NetworkBehaviour
|
||||
|
||||
////Scripts Section
|
||||
public PlayerStats pStats; // Player Stats
|
||||
public MoveStateManager mSM;
|
||||
public CoolDown driver;
|
||||
public MoveStateManager mSM; // move state manager
|
||||
public CoolDown driver; // cooldown driver
|
||||
////
|
||||
|
||||
////Items Section
|
||||
public SpecialItem nitroItem;
|
||||
public SpecialItem nitroItem; // nitro item
|
||||
////
|
||||
|
||||
////Variables Section
|
||||
|
||||
Reference in New Issue
Block a user