warioddly/dimengen

Generating super class properties

Open

#5 aperta il 5 giu 2025

Vedi su GitHub
 (0 commenti) (0 reazioni) (1 assegnatario)C++ (2 fork)auto 404
enhancementgood first issuehelp wanted

Metriche repository

Star
 (10 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

abstract class Dimensions {

  final double zero = 0.0;
  final double xxs = 2.0;
  final double xs = 4.0;
  final double s = 8.0;
  final double m = 16.0;
  final double l = 24.0;
  final double xl = 32.0;
  final double xxl = 48.0;

}

@Spacegen()
class _Spaces extends Dimensions {
  _Spaces._();
}

Guida contributor