示例#1
0
 public CollisionComplex(EntityPlayer entity)
 {
     this.entity = entity;
 }
示例#2
0
 public CollisionSimple(EntityPlayer entity)
 {
     this.entity = entity;
 }
示例#3
0
 public void AttachTo(EntityPlayer entity)
 {
     attachedEntity = entity;
 }