示例#1
0
 protected virtual void InternalUpdateScript()
 {
     script = target as JEMInterfaceWindow;
     if (script == null)
     {
         return;
     }
 }
 private void OnEnable() => _script = target as JEMInterfaceWindow;