Property definitions

actors $ ShutDownMessage :: defaultinit
# A Message to Rule them all... properly shutdown an Actor
# It's behaviour is implemented in the actor itself
class ShutDownMessage
	super Message
end
lib/actors/actors.nit:162,1--166,3