AtomicNETScript.json 246 B

123456789101112
  1. {
  2. "name" : "AtomicNETScript",
  3. "sources" : ["Source/AtomicNET/NETScript"],
  4. "classes" : ["NETScriptObject", "CSComponent", "CSComponentAssembly"],
  5. "excludes" : {
  6. "CSharp" : {
  7. "CSComponent" : {
  8. "CSComponent" : ["Context"]
  9. }
  10. }
  11. }
  12. }