Exemple #1
0
    /*
     * 0 = up
     * 1 = right
     * 2 = down
     * 3 = left
     */

    private void Awake()
    {
        this.gameObject.transform.name = "Ghost";
        _ghostEntity = new GhostEntity("Ghost", 1, this.gameObject);
    }