Пример #1
0
 void Awake()
 {
     cursor = Transform.FindObjectOfType( typeof( HighlightCursor ) ) as HighlightCursor;
     helpfile = getHelpFile();
     changelog = getMostRecentChangelog();
 }
Пример #2
0
 void Awake()
 {
     cursor    = Transform.FindObjectOfType(typeof(HighlightCursor)) as HighlightCursor;
     helpfile  = getHelpFile();
     changelog = getMostRecentChangelog();
 }