Exemplo n.º 1
0
 public PJoint()
 {
     type = Physics.PJointType.NULL_JOINT;
 }
Exemplo n.º 2
0
		public PJoint() {
			type = Physics.PJointType.NULL_JOINT;
		}