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