Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 308ad3ac83df7a81cde96fdb1de2fa1968661405 (plain) (blame)
1
2
3
4
5
6
7
RoomModel DetailExpressionTypes {
	
	Enumeration ColorEnum {
		BLACK, WHITE
	}
}
	

Back to the top