1. I use Telerik JustDecompile to Decompile Assembly-CSharp.dll
    And make a viso studio project.
    When i compile this porject. I got a lot of error....
     
  2. You use the decompiler to get information on all the game specific objects like BasePlayer, BaseOven, Item, etc, etc, etc. You do not need to decompile it into a VS project. You just use that info to do what you want with those objects in your plugin.
     
  3. Ok, Thanks~