awake method

void awake()

wake the body

Implementation

void awake(){
  printError("Core", "Awake error.");
}