Skip to content

Instantly share code, notes, and snippets.

@volgar1x
Created June 29, 2014 14:32
Show Gist options
  • Save volgar1x/a6019ad49b612b5b45e1 to your computer and use it in GitHub Desktop.
Save volgar1x/a6019ad49b612b5b45e1 to your computer and use it in GitHub Desktop.
case msg is InventoryContentMessage:
if(getQualifiedClassName(msg) != getQualifiedClassName(InventoryContentMessage))
{
return false;
}
icmsg = msg as InventoryContentMessage;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment