void Awake()
 {
     kgr = GetComponent<KeepGlobalRotation>();
 }
Example #2
0
 void Awake()
 {
     kgr = GetComponent <KeepGlobalRotation>();
 }