salamanderrake

Untitled

Jun 17th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. dmcs subassemblyLoader.cs
  2. subassemblyLoader.cs(3,7): error CS0246: The type or namespace name `KSP' could not be found. Are you missing a using directive or an assembly reference?
  3. subassemblyLoader.cs(4,7): error CS0246: The type or namespace name `UnityEngine' could not be found. Are you missing a using directive or an assembly reference?
  4. subassemblyLoader.cs(11,19): error CS0246: The type or namespace name `GameObject' could not be found. Are you missing a using directive or an assembly reference?
  5. subassemblyLoader.cs(21,13): error CS0246: The type or namespace name `FileBrowser' could not be found. Are you missing a using directive or an assembly reference?
  6. subassemblyLoader.cs(22,13): error CS0246: The type or namespace name `GUIStyle' could not be found. Are you missing a using directive or an assembly reference?
  7. subassemblyLoader.cs(25,13): error CS0246: The type or namespace name `WWW' could not be found. Are you missing a using directive or an assembly reference?
  8. subassemblyLoader.cs(26,13): error CS0246: The type or namespace name `WWW' could not be found. Are you missing a using directive or an assembly reference?
  9. subassemblyLoader.cs(27,13): error CS0246: The type or namespace name `WWW' could not be found. Are you missing a using directive or an assembly reference?
  10. subassemblyLoader.cs(28,13): error CS0246: The type or namespace name `WWW' could not be found. Are you missing a using directive or an assembly reference?
  11. subassemblyLoader.cs(29,13): error CS0246: The type or namespace name `WWW' could not be found. Are you missing a using directive or an assembly reference?
  12. subassemblyLoader.cs(30,13): error CS0246: The type or namespace name `Texture2D' could not be found. Are you missing a using directive or an assembly reference?
  13. subassemblyLoader.cs(31,13): error CS0246: The type or namespace name `Texture2D' could not be found. Are you missing a using directive or an assembly reference?
  14. subassemblyLoader.cs(32,13): error CS0246: The type or namespace name `Texture2D' could not be found. Are you missing a using directive or an assembly reference?
  15. subassemblyLoader.cs(33,13): error CS0246: The type or namespace name `Texture2D' could not be found. Are you missing a using directive or an assembly reference?
  16. subassemblyLoader.cs(34,13): error CS0246: The type or namespace name `Texture2D' could not be found. Are you missing a using directive or an assembly reference?
  17. subassemblyLoader.cs(35,13): error CS0246: The type or namespace name `Texture2D' could not be found. Are you missing a using directive or an assembly reference?
  18. subassemblyLoader.cs(119,34): error CS0246: The type or namespace name `Part' could not be found. Are you missing a using directive or an assembly reference?
  19. subassemblyLoader.cs(266,61): error CS0246: The type or namespace name `FileBrowser' could not be found. Are you missing a using directive or an assembly reference?
Advertisement
Add Comment
Please, Sign In to add comment