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