Exemple #1
0
 protected void DrawDropSpotShadow()
 {
     if (this.ShadowMaterial is null)
     {
         return;
     }
     FallingBomb.DrawDropSpotShadow(base.DrawPos, base.Rotation, ShadowMaterial, new Vector2(this.RotatedSize.x, this.RotatedSize.z), ticksRemaining);
 }