コード例 #1
0
ファイル: CollisionComplex.cs プロジェクト: samuto/HelloWorld
 public CollisionComplex(EntityPlayer entity)
 {
     this.entity = entity;
 }
コード例 #2
0
ファイル: CollisionSimple.cs プロジェクト: samuto/HelloWorld
 public CollisionSimple(EntityPlayer entity)
 {
     this.entity = entity;
 }
コード例 #3
0
ファイル: Camera.cs プロジェクト: samuto/HelloWorld
 public void AttachTo(EntityPlayer entity)
 {
     attachedEntity = entity;
 }