예제 #1
0
 public CollisionComplex(EntityPlayer entity)
 {
     this.entity = entity;
 }
예제 #2
0
 public CollisionSimple(EntityPlayer entity)
 {
     this.entity = entity;
 }
예제 #3
0
파일: Camera.cs 프로젝트: samuto/HelloWorld
 public void AttachTo(EntityPlayer entity)
 {
     attachedEntity = entity;
 }