ForgePatch/fml/common/cpw
Florian Nücke a14c627cd7 Some more Scala @SidedProxy adjustments. Now properly supporting pure singletons, i.e.
object C {
  @SidedProxy(...)
  var proxy: P = null
}
Removed fallback, as all such singletons are properly handled by the new code now, and class implementations fall back to the code also used for plain Java mods.
2013-05-08 19:04:35 +02:00
..
mods/fml Some more Scala @SidedProxy adjustments. Now properly supporting pure singletons, i.e. 2013-05-08 19:04:35 +02:00