I had to import gamePlay.dll because I cast a IGamePlay object to GameDef. GameDef is defined within this assembly and is otherwhise not know. In fact this gives a lot of new possibilities because GameDef has some useful methods (like the Chat event).
With "using" you only don't need to write always the namespace before you access something of it but it doesn't load the assembly.
|