Embedding boo in C#, does not recognise executing assembly
See the question and my original answer on StackOverflowImported namespaces in BOO need to contain at least one public type for the import to succeed; otherwise you will get the BCE0021 error, so you want to make sure the Enemy type is public (or another one).