Segs / SegsEngine

The engine that will become the basis for client/editor/server components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Untangle mono from engine dll

nemerle opened this issue · comments

Right now we have references to Mono in 2 places:

  • engine module
  • glue plugins

It would be nice if glue plugins only used 'services' provided by engine module to access mono functionality.