When I try to create new message it shows this error:
“The name ‘Message’ does not denote a valid type (‘not found’).”
Help please.
Code:
class MessagePushAbility extends Message{
var forceApllied:int;
function MessagePushAbility(forceApllied:int){
this.forceApllied = forceApllied;
super("push");
}
}