Merge pull request #178 from SHADE-DP/PlayerController
made rb a properties
This commit is contained in:
commit
5506d14f84
|
@ -15,7 +15,7 @@ public class PlayerController : Script
|
|||
TOTAL
|
||||
}
|
||||
|
||||
public RigidBody rb;
|
||||
public RigidBody rb { get; set; }
|
||||
private Transform tranform;
|
||||
private Camera cam;
|
||||
private PickAndThrow pat;
|
||||
|
|
Loading…
Reference in New Issue