示例#1
0
 void Start()
 {
     playerPhysics = GetComponent <RayPshyics>();
 }
示例#2
0
文件: Phy.cs 项目: chimchim/Chilenska
    void Start()
    {
        playerPhysics = GetComponent<RayPshyics>();

    }