using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public enum WortiseAdPosition
{
    TopLeft,
    Top,
    TopRight,
    Center,
    BottomLeft,
    Bottom,
    BottomRight
}
