View Single Post
  #5  
Old 08-09-2011, 09:13 PM
41Sqn_Banks 41Sqn_Banks is offline
Approved Member
 
Join Date: Oct 2007
Posts: 644
Default

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.
Reply With Quote