Merge pull request #178 from SHADE-DP/PlayerController

made rb a properties
This commit is contained in:
XiaoQiDigipen 2022-11-05 17:46:16 +08:00 committed by GitHub
commit 5506d14f84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class PlayerController : Script
TOTAL TOTAL
} }
public RigidBody rb; public RigidBody rb { get; set; }
private Transform tranform; private Transform tranform;
private Camera cam; private Camera cam;
private PickAndThrow pat; private PickAndThrow pat;