Class Wall


public class Wall extends Cell
Class to implement wall as obstacle.
  • Constructor Details

    • Wall

      public Wall(int x, int y)
      Set wall positions.
  • Method Details

    • awake

      protected void awake()
      Description copied from class: GameObject
      Like unity Awake (invoke on create of object or create gameplay).
      Overrides:
      awake in class GameObject