void Awake() {
     end_point = this;
     pyramid_cubes = new GameObject[pyramid_total_cubes];
     pyramid_created = false;
 }
Пример #2
0
 void Awake()
 {
     end_point       = this;
     pyramid_cubes   = new GameObject[pyramid_total_cubes];
     pyramid_created = false;
 }