Exemplo n.º 1
0
 protected SupplyDropPlane(IDFlags idFlags) : base(idFlags)
 {
     this.maxSpeed             = 250f;
     this.lastDist             = float.PositiveInfinity;
     this.approachingTarget    = true;
     this.TEMP_numCratesToDrop = 3;
 }
Exemplo n.º 2
0
 protected DeployableObject(IDFlags flags) : base(flags)
 {
 }
Exemplo n.º 3
0
 protected SupplyCrate(IDFlags idFlags) : base(idFlags)
 {
     this.updateRPCMode = uLink.RPCMode.Others;
 }
Exemplo n.º 4
0
 protected Ragdoll(IDFlags flags) : base(flags)
 {
 }
Exemplo n.º 5
0
 // Token: 0x06000398 RID: 920 RVA: 0x00011464 File Offset: 0x0000F664
 protected SupplyDropPlane(IDFlags idFlags) : base(idFlags)
 {
 }
Exemplo n.º 6
0
 protected SupplyCrate(IDFlags idFlags) : base(idFlags)
 {
 }
Exemplo n.º 7
0
 // Token: 0x06003C0B RID: 15371 RVA: 0x000D6A14 File Offset: 0x000D4C14
 protected DeployableCorpse(IDFlags flags) : base(flags)
 {
 }
Exemplo n.º 8
0
 protected DeployableObject(IDFlags flags)
     : base(flags)
 {
 }
Exemplo n.º 9
0
 protected DeployableCorpse(IDFlags flags)
     : base(flags)
 {
 }
Exemplo n.º 10
0
 protected DeployableObject(IDFlags flags) : base(flags)
 {
     this.maxEdgeDifferential = 1f;
     this.maxSlope            = 30f;
     this.ownerName           = string.Empty;
 }
Exemplo n.º 11
0
 protected GenericProp(IDFlags idFlags) : base(idFlags)
 {
 }
Exemplo n.º 12
0
 protected StructureMaster(IDFlags idFlags) : base(idFlags)
 {
     this._boundsDirty = true;
 }
Exemplo n.º 13
0
 protected SupplyCrate(IDFlags idFlags)
     : base(idFlags)
 {
 }
 // Token: 0x06003D78 RID: 15736 RVA: 0x000DC378 File Offset: 0x000DA578
 protected StructureMaster(IDFlags idFlags) : base(idFlags)
 {
 }
Exemplo n.º 15
0
 protected SupplyDropPlane(IDFlags idFlags)
     : base(idFlags)
 {
 }
Exemplo n.º 16
0
 protected DeployableCorpse(IDFlags flags) : base(flags)
 {
     this.lifeTime = 300f;
 }