Created
June 29, 2014 14:32
-
-
Save volgar1x/a6019ad49b612b5b45e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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