=== _salem is now known as salem_ === salem_ is now known as _salem [21:22] hiya [21:22] Im playing a bit with unity source here ... and I am wondering why PluginAdapter::InitiateScale is protected and not publich as InitiateExpo [21:23] b/c i'd like to toggle scale all windows from my code and I basically have to copy-and-paste bunch of functionality implemented in InitiateScale - not that i care much, i just like it DRY [21:23] also TerminateScale is public, hmm [21:40] s/protected/private/ [21:41] i guess i can just make it public in my patch;-)