made rb a properties

This commit is contained in:
Glence 2022-11-05 17:44:34 +08:00
parent a5c0456eb7
commit b9996c7b51
1 changed files with 1 additions and 1 deletions

View File

@ -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;