Property definitions

gamnit $ InactiveAttribute :: defaultinit
# `Attribute` that does not exist or that has been optimized out
class InactiveAttribute
	super InactiveVariable
	super AttributeFloat
	super AttributeVec2
	super AttributeVec3
	super AttributeVec4
end
lib/gamnit/programs.nit:141,1--148,3