Beispiel #1
0
 public TrishotCannon(GDGameScreen scrn, TrishotCannonBlueprint bp, Fraction[] fractions) :
     base(scrn, fractions, bp.Player, bp.X, bp.Y, bp.Diameter, bp.CannonID, bp.Rotation, bp.PrecalculatedPaths)
 {
     Blueprint = bp;
     _screen   = scrn;
     _muted    = scrn.IsPreview;
 }
 private void DrawTrishotCannon(TrishotCannonBlueprint c)
 {
     DrawGenericCannon('T', c);
 }